#667802

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

Shades of Olive #667802

Tints of Olive #667802

Color information

#667802 (or 0x667802) is unknown color: approx Olive. HEX triplet: 66, 78 and 02. RGB value is (102,120,2). Sum of RGB (Red+Green+Blue) = 102+120+2=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #667802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667802 is #9987FD. Grayscale: #656565. Windows color (decimal): -10061822 or 161894. OLE color: 161894.

HSL color Cylindrical-coordinate representation of color #667802: hue angle of 69.15º 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 #667802 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB1021202-
CMYK0.1500.980.53
HSL69.15º96.72%23.92%-
HSV(B)69.15º98.33%47.06%-
XYZ12.2116.262.55-
YUV101.1772.04128.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.54%
GREEN value IS 120 (47.27% from 255) = 53.57%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=45.54%
G=53.57%
B=0.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10212020.1500.980.5369.1596.7223.92
Hex66782F06235456118
Octal14617021701426510514130
Binary11001101111000101111011000101101011000101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667802; }

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

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

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

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

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

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

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

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