#6a8f0d

Color #6A8F0D Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #6A8F0D

Tints of Olive Drab #6A8F0D

Color information

#6A8F0D (or 0x6A8F0D) is unknown color: approx Olive Drab. HEX triplet: 6A, 8F and 0D. RGB value is (106,143,13). Sum of RGB (Red+Green+Blue) = 106+143+13=262 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.46% from 262); Green value is 143 (56.25% from 255 or 54.58% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 143 - color contains mainly: green. Hex color #6A8F0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8F0D is #9570F2. Grayscale: #757575. Windows color (decimal): -9793779 or 888682. OLE color: 888682.

HSL color Cylindrical-coordinate representation of color #6A8F0D: hue angle of 77.08º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A8F0D is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB10614313-
CMYK0.2600.910.44
HSL77.08º83.33%30.59%-
HSV(B)77.08º90.91%56.08%-
XYZ15.8422.743.93-
YUV117.1269.24120.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 40.46%
GREEN value IS 143 (56.25% from 255) = 54.58%
BLUE value IS 13 (5.47% from 255) = 4.96%
R=40.46%
G=54.58%
B=4.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106143130.2600.910.4477.0883.3330.59
Hex6A8FD1A05B2C4d531f
Octal152217153201335411512337
Binary110101010001111110111010010110111011001001101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a8f0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6a8f0d; }

 p { color: rgb(106,143,13); }

 H1.HeaderClassName
 {
   color: #6a8f0d;
 }
 .AnyTagClassName
 {
   color: #6a8f0d;
 }
</style>
background-color css

<style>
 a { background-color: #6a8f0d; }

 a { background-color: rgb(106,143,13); }

 div.DivClassName
 {
   background-color: #6a8f0d;
 }
 .BgClassName
 {
   background-color: #6a8f0d;
 }
</style>
border-color css

<style>
 span { border-color: #6a8f0d; }

 span { border-color: rgb(106,143,13); }

 td.TdClassName
 {
   border-color: #6a8f0d;
 }
 .TagClassName
 {
   border-color: #6a8f0d;
 }
</style>