#667704

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

Shades of Olive #667704

Tints of Olive #667704

Color information

#667704 (or 0x667704) is unknown color: approx Olive. HEX triplet: 66, 77 and 04. RGB value is (102,119,4). Sum of RGB (Red+Green+Blue) = 102+119+4=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #667704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667704 is #9988FB. Grayscale: #656565. Windows color (decimal): -10062076 or 292710. OLE color: 292710.

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

Color convert

RGB1021194-
CMYK0.1400.970.53
HSL68.87º93.5%24.12%-
HSV(B)68.87º96.64%46.67%-
XYZ12.116.032.57-
YUV100.8173.37128.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 4 (1.95% from 255) = 1.78%
R=45.33%
G=52.89%
B=1.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10211940.1400.970.5368.8793.524.12
Hex66774E06135455d18
Octal14616741601416510513530
Binary110011011101111001110011000011101011000101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667704; }

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

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

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

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

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

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

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

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