Shades of Olive #666F00
Tints of Olive #666F00
RGB
CMYK
RGB Variations
Color information
#666F00 (or 0x666F00) is known color: Olive. HEX triplet: 66, 6F and 00. RGB value is (102,111,0). Sum of RGB (Red+Green+Blue) = 102+111+0=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 111 (43.75% from 255 or 52.11% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 111 - color contains mainly: green. Hex color #666F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666F00 is #9990FF. Grayscale: #606060. Windows color (decimal): -10064128 or 28518. OLE color: 28518.
HSL color Cylindrical-coordinate representation of color #666F00: hue angle of 64.86º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #666F00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.56 |
| HSL | 64.86º | 1% | 0.22% | - |
| HSV(B) | 64.86º | 1% | 0.44% | - |
| XYZ | 11.16 | 14.19 | 2.15 | - |
| YUV | 95.66 | 74.02 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 0 | 0.08 | 0 | 1 | 0.56 | 64.86 | 1 | 0.22 |
| Hex | 66 | 6F | 0 | 8 | 0 | 64 | 38 | 41 | 64 | 16 |
| Octal | 146 | 157 | 0 | 10 | 0 | 144 | 70 | 101 | 144 | 26 |
| Binary | 1100110 | 1101111 | 0 | 1000 | 0 | 1100100 | 111000 | 1000001 | 1100100 | 10110 |
Color Harmonies of #666F00
Complementary color
Monochromatic Colors of #666F00
Black with #666F00
Text Example
Text Example
White with #666F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F00; }
p { color: rgb(102,111,0); }
H1.HeaderClassName
{
color: #666F00;
}
.AnyTagClassName
{
color: #666F00;
}
</style>
background-color css
<style>
a { background-color: #666F00; }
a { background-color: rgb(102,111,0); }
div.DivClassName
{
background-color: #666F00;
}
.BgClassName
{
background-color: #666F00;
}
</style>
border-color css
<style>
span { border-color: #666F00; }
span { border-color: rgb(102,111,0); }
td.TdClassName
{
border-color: #666F00;
}
.TagClassName
{
border-color: #666F00;
}
</style>