#668C0F

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

Shades of Olive Drab #668C0F

Tints of Olive Drab #668C0F

Color information

#668C0F (or 0x668C0F) is unknown color: approx Olive Drab. HEX triplet: 66, 8C and 0F. RGB value is (102,140,15). Sum of RGB (Red+Green+Blue) = 102+140+15=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 140 (55.08% from 255 or 54.47% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 140 - color contains mainly: green. Hex color #668C0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668C0F is #9973F0. Grayscale: #727272. Windows color (decimal): -10056689 or 1018982. OLE color: 1018982.

HSL color Cylindrical-coordinate representation of color #668C0F: hue angle of 78.24º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #668C0F is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB10214015-
CMYK0.2700.890.45
HSL78.24º80.65%30.39%-
HSV(B)78.24º89.29%54.9%-
XYZ14.9421.623.84-
YUV114.3971.91119.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.69%
GREEN value IS 140 (55.08% from 255) = 54.47%
BLUE value IS 15 (6.25% from 255) = 5.84%
R=39.69%
G=54.47%
B=5.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102140150.2700.890.4578.2480.6530.39
Hex668CF1B0592D4e511e
Octal146214173301315511612136
Binary110011010001100111111011010110011011011001110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668C0F; }

 p { color: rgb(102,140,15); }

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

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

 a { background-color: rgb(102,140,15); }

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

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

 span { border-color: rgb(102,140,15); }

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