Shades of Olive #666900
Tints of Olive #666900
RGB
CMYK
RGB Variations
Color information
#666900 (or 0x666900) is known color: Olive. HEX triplet: 66, 69 and 00. RGB value is (102,105,0). Sum of RGB (Red+Green+Blue) = 102+105+0=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 105 (41.41% from 255 or 50.72% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 105 - color contains mainly: green. Hex color #666900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666900 is #9996FF. Grayscale: #5C5C5C. Windows color (decimal): -10065664 or 26982. OLE color: 26982.
HSL color Cylindrical-coordinate representation of color #666900: hue angle of 61.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #666900 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 105 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.59 |
| HSL | 61.71º | 1% | 0.21% | - |
| HSV(B) | 61.71º | 1% | 0.41% | - |
| XYZ | 10.53 | 12.93 | 1.94 | - |
| YUV | 92.13 | 76.01 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 0 | 0.03 | 0 | 1 | 0.59 | 61.71 | 1 | 0.21 |
| Hex | 66 | 69 | 0 | 3 | 0 | 64 | 3B | 3E | 64 | 15 |
| Octal | 146 | 151 | 0 | 3 | 0 | 144 | 73 | 76 | 144 | 25 |
| Binary | 1100110 | 1101001 | 0 | 11 | 0 | 1100100 | 111011 | 111110 | 1100100 | 10101 |
Color Harmonies of #666900
Complementary color
Monochromatic Colors of #666900
Black with #666900
Text Example
Text Example
White with #666900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666900; }
p { color: rgb(102,105,0); }
H1.HeaderClassName
{
color: #666900;
}
.AnyTagClassName
{
color: #666900;
}
</style>
background-color css
<style>
a { background-color: #666900; }
a { background-color: rgb(102,105,0); }
div.DivClassName
{
background-color: #666900;
}
.BgClassName
{
background-color: #666900;
}
</style>
border-color css
<style>
span { border-color: #666900; }
span { border-color: rgb(102,105,0); }
td.TdClassName
{
border-color: #666900;
}
.TagClassName
{
border-color: #666900;
}
</style>