#667002

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

Shades of Olive #667002

Tints of Olive #667002

Color information

#667002 (or 0x667002) is unknown color: approx Olive. HEX triplet: 66, 70 and 02. RGB value is (102,112,2). Sum of RGB (Red+Green+Blue) = 102+112+2=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #667002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667002 is #998FFD. Grayscale: #606060. Windows color (decimal): -10063870 or 159846. OLE color: 159846.

HSL color Cylindrical-coordinate representation of color #667002: hue angle of 65.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #667002 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB1021122-
CMYK0.0900.980.56
HSL65.45º96.49%22.35%-
HSV(B)65.45º98.21%43.92%-
XYZ11.2814.422.25-
YUV96.4774.69131.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 112 (44.14% from 255) = 51.85%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=47.22%
G=51.85%
B=0.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10211220.0900.980.5665.4596.4922.35
Hex66702906238416016
Octal14616021101427010114026
Binary11001101110000101001011000101110001000001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667002; }

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

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

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

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

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

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

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

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