#666C02

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

Shades of Olive #666C02

Tints of Olive #666C02

Color information

#666C02 (or 0x666C02) is unknown color: approx Olive. HEX triplet: 66, 6C and 02. RGB value is (102,108,2). Sum of RGB (Red+Green+Blue) = 102+108+2=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #666C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666C02 is #9993FD. Grayscale: #5E5E5E. Windows color (decimal): -10064894 or 158822. OLE color: 158822.

HSL color Cylindrical-coordinate representation of color #666C02: hue angle of 63.4º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #666C02 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB1021082-
CMYK0.0600.980.58
HSL63.4º96.36%21.57%-
HSV(B)63.4º98.15%42.35%-
XYZ10.8513.552.1-
YUV94.1276.01133.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 108 (42.58% from 255) = 50.94%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=48.11%
G=50.94%
B=0.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10210820.0600.980.5863.496.3621.57
Hex666C260623A3f6016
Octal146154260142727714026
Binary110011011011001011001100010111010111111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666C02; }

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

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

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

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

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

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

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

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