#668804

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

Shades of Olive Drab #668804

Tints of Olive Drab #668804

Color information

#668804 (or 0x668804) is unknown color: approx Olive Drab. HEX triplet: 66, 88 and 04. RGB value is (102,136,4). Sum of RGB (Red+Green+Blue) = 102+136+4=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #668804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668804 is #9977FB. Grayscale: #6F6F6F. Windows color (decimal): -10057724 or 297062. OLE color: 297062.

HSL color Cylindrical-coordinate representation of color #668804: hue angle of 75.45º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #668804 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB1021364-
CMYK0.2500.970.47
HSL75.45º94.29%27.45%-
HSV(B)75.45º97.06%53.33%-
XYZ14.3120.443.31-
YUV110.7967.74121.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 136 (53.52% from 255) = 56.20%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=42.15%
G=56.20%
B=1.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10213640.2500.970.4775.4594.2927.45
Hex66884190612F4b5e1b
Octal14621043101415711313633
Binary11001101000100010011001011000011011111001011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668804; }

 p { color: rgb(102,136,4); }

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

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

 a { background-color: rgb(102,136,4); }

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

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

 span { border-color: rgb(102,136,4); }

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