#668209

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

Shades of Olive Drab #668209

Tints of Olive Drab #668209

Color information

#668209 (or 0x668209) is unknown color: approx Olive Drab. HEX triplet: 66, 82 and 09. RGB value is (102,130,9). Sum of RGB (Red+Green+Blue) = 102+130+9=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #668209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668209 is #997DF6. Grayscale: #6C6C6C. Windows color (decimal): -10059255 or 623206. OLE color: 623206.

HSL color Cylindrical-coordinate representation of color #668209: hue angle of 73.88º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #668209 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB1021309-
CMYK0.2200.930.49
HSL73.88º87.05%27.25%-
HSV(B)73.88º93.08%50.98%-
XYZ13.5118.813.18-
YUV107.8372.22123.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 130 (51.17% from 255) = 53.94%
BLUE value IS 9 (3.91% from 255) = 3.73%
R=42.32%
G=53.94%
B=3.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10213090.2200.930.4973.8887.0527.25
Hex668291605D314a571b
Octal146202112601356111212733
Binary110011010000010100110110010111011100011001010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668209; }

 p { color: rgb(102,130,9); }

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

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

 a { background-color: rgb(102,130,9); }

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

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

 span { border-color: rgb(102,130,9); }

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