#666600

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

Shades of Olive #666600

Tints of Olive #666600

Color information

#666600 (or 0x666600) is unknown color: approx Olive. HEX triplet: 66, 66 and 00. RGB value is (102,102,0). Sum of RGB (Red+Green+Blue) = 102+102+0=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666600 is a web safe color. Inversed color of #666600 is #9999FF. Grayscale: #5A5A5A. Windows color (decimal): -10066432 or 26214. OLE color: 26214.

HSL color Cylindrical-coordinate representation of color #666600: hue angle of 60º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #666600 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB1021020-
CMYK0010.6
HSL60º100%20%-
HSV(B)60º100%40%-
XYZ10.2312.331.84-
YUV90.3777136.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10210200010.66010020
Hex6666000643C3c6414
Octal146146000144747414424
Binary110011011001100001100100111100111100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666600; }

 p { color: rgb(102,102,0); }

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

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

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

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

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

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

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