Shades of Olive #666500
Tints of Olive #666500
RGB
CMYK
RGB Variations
Color information
#666500 (or 0x666500) is known color: Olive. HEX triplet: 66, 65 and 00. RGB value is (102,101,0). Sum of RGB (Red+Green+Blue) = 102+101+0=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #666500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666500 is #999AFF. Grayscale: #5A5A5A. Windows color (decimal): -10066688 or 25958. OLE color: 25958.
HSL color Cylindrical-coordinate representation of color #666500: hue angle of 59.41º 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 #666500 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 101 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.6 |
| HSL | 59.41º | 1% | 0.2% | - |
| HSV(B) | 59.41º | 1% | 0.4% | - |
| XYZ | 10.13 | 12.13 | 1.81 | - |
| YUV | 89.79 | 77.33 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 0 | 0 | 0.01 | 1 | 0.6 | 59.41 | 1 | 0.2 |
| Hex | 66 | 65 | 0 | 0 | 1 | 64 | 3C | 3B | 64 | 14 |
| Octal | 146 | 145 | 0 | 0 | 1 | 144 | 74 | 73 | 144 | 24 |
| Binary | 1100110 | 1100101 | 0 | 0 | 1 | 1100100 | 111100 | 111011 | 1100100 | 10100 |
Color Harmonies of #666500
Complementary color
Monochromatic Colors of #666500
Black with #666500
Text Example
Text Example
White with #666500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666500; }
p { color: rgb(102,101,0); }
H1.HeaderClassName
{
color: #666500;
}
.AnyTagClassName
{
color: #666500;
}
</style>
background-color css
<style>
a { background-color: #666500; }
a { background-color: rgb(102,101,0); }
div.DivClassName
{
background-color: #666500;
}
.BgClassName
{
background-color: #666500;
}
</style>
border-color css
<style>
span { border-color: #666500; }
span { border-color: rgb(102,101,0); }
td.TdClassName
{
border-color: #666500;
}
.TagClassName
{
border-color: #666500;
}
</style>