#667702

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

Shades of Olive #667702

Tints of Olive #667702

Color information

#667702 (or 0x667702) is unknown color: approx Olive. HEX triplet: 66, 77 and 02. RGB value is (102,119,2). Sum of RGB (Red+Green+Blue) = 102+119+2=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #667702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667702 is #9988FD. Grayscale: #656565. Windows color (decimal): -10062078 or 161638. OLE color: 161638.

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

Color convert

RGB1021192-
CMYK0.1400.980.53
HSL68.72º96.69%23.73%-
HSV(B)68.72º98.32%46.67%-
XYZ12.0916.022.51-
YUV100.5872.37129.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.74%
GREEN value IS 119 (46.88% from 255) = 53.36%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=45.74%
G=53.36%
B=0.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10211920.1400.980.5368.7296.6923.73
Hex66772E06235456118
Octal14616721601426510514130
Binary11001101110111101110011000101101011000101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667702; }

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

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

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

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

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

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

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

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