#666D00

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

Shades of Olive #666D00

Tints of Olive #666D00

Color information

#666D00 (or 0x666D00) is unknown color: approx Olive. HEX triplet: 66, 6D and 00. RGB value is (102,109,0). Sum of RGB (Red+Green+Blue) = 102+109+0=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 109 (42.97% from 255 or 51.66% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 109 - color contains mainly: green. Hex color #666D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666D00 is #9992FF. Grayscale: #5E5E5E. Windows color (decimal): -10064640 or 28006. OLE color: 28006.

HSL color Cylindrical-coordinate representation of color #666D00: hue angle of 63.85º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #666D00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB1021090-
CMYK0.06010.57
HSL63.85º100%21.37%-
HSV(B)63.85º100%42.75%-
XYZ10.9513.762.08-
YUV94.4874.68133.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.34%
GREEN value IS 109 (42.97% from 255) = 51.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.34%
G=51.66%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10210900.06010.5763.8510021.37
Hex666D0606439406415
Octal1461550601447110014425
Binary110011011011010110011001001110011000000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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