Shades of Olive #666400
Tints of Olive #666400
RGB
CMYK
RGB Variations
Color information
#666400 (or 0x666400) is known color: Olive. HEX triplet: 66, 64 and 00. RGB value is (102,100,0). Sum of RGB (Red+Green+Blue) = 102+100+0=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 100 (39.45% from 255 or 49.50% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #666400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666400 is #999BFF. Grayscale: #595959. Windows color (decimal): -10066944 or 25702. OLE color: 25702.
HSL color Cylindrical-coordinate representation of color #666400: hue angle of 58.82º 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 #666400 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 100 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.6 |
| HSL | 58.82º | 1% | 0.2% | - |
| HSV(B) | 58.82º | 1% | 0.4% | - |
| XYZ | 10.04 | 11.94 | 1.78 | - |
| YUV | 89.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 0 | 0 | 0.02 | 1 | 0.6 | 58.82 | 1 | 0.2 |
| Hex | 66 | 64 | 0 | 0 | 2 | 64 | 3C | 3B | 64 | 14 |
| Octal | 146 | 144 | 0 | 0 | 2 | 144 | 74 | 73 | 144 | 24 |
| Binary | 1100110 | 1100100 | 0 | 0 | 10 | 1100100 | 111100 | 111011 | 1100100 | 10100 |
Color Harmonies of #666400
Complementary color
Monochromatic Colors of #666400
Black with #666400
Text Example
Text Example
White with #666400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666400; }
p { color: rgb(102,100,0); }
H1.HeaderClassName
{
color: #666400;
}
.AnyTagClassName
{
color: #666400;
}
</style>
background-color css
<style>
a { background-color: #666400; }
a { background-color: rgb(102,100,0); }
div.DivClassName
{
background-color: #666400;
}
.BgClassName
{
background-color: #666400;
}
</style>
border-color css
<style>
span { border-color: #666400; }
span { border-color: rgb(102,100,0); }
td.TdClassName
{
border-color: #666400;
}
.TagClassName
{
border-color: #666400;
}
</style>