#667302

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

Shades of Olive #667302

Tints of Olive #667302

Color information

#667302 (or 0x667302) is unknown color: approx Olive. HEX triplet: 66, 73 and 02. RGB value is (102,115,2). Sum of RGB (Red+Green+Blue) = 102+115+2=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #667302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667302 is #998CFD. Grayscale: #626262. Windows color (decimal): -10063102 or 160614. OLE color: 160614.

HSL color Cylindrical-coordinate representation of color #667302: hue angle of 66.9º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #667302 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB1021152-
CMYK0.1100.980.55
HSL66.9º96.58%22.94%-
HSV(B)66.9º98.26%45.1%-
XYZ11.6215.092.36-
YUV98.2373.69130.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 115 (45.31% from 255) = 52.51%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=46.58%
G=52.51%
B=0.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10211520.1100.980.5566.996.5822.94
Hex66732B06237436117
Octal14616321301426710314127
Binary11001101110011101011011000101101111000011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667302; }

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

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

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

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

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

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

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

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