Shades of Olive Drab #66880F
Tints of Olive Drab #66880F
RGB
CMYK
RGB Variations
Color information
#66880F (or 0x66880F) is known color: Olive Drab. HEX triplet: 66, 88 and 0F. RGB value is (102,136,15). Sum of RGB (Red+Green+Blue) = 102+136+15=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #66880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66880F is #9977F0. Grayscale: #707070. Windows color (decimal): -10057713 or 1017958. OLE color: 1017958.
HSL color Cylindrical-coordinate representation of color #66880F: hue angle of 76.86º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66880F is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 15 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.47 |
| HSL | 76.86º | 0.8% | 0.3% | - |
| HSV(B) | 76.86º | 0.89% | 0.53% | - |
| XYZ | 14.37 | 20.47 | 3.65 | - |
| YUV | 112.04 | 73.24 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 15 | 0.25 | 0 | 0.89 | 0.47 | 76.86 | 0.8 | 0.3 |
| Hex | 66 | 88 | F | 19 | 0 | 59 | 2F | 4D | 50 | 1E |
| Octal | 146 | 210 | 17 | 31 | 0 | 131 | 57 | 115 | 120 | 36 |
| Binary | 1100110 | 10001000 | 1111 | 11001 | 0 | 1011001 | 101111 | 1001101 | 1010000 | 11110 |
Color Harmonies of #66880F
Complementary color
Monochromatic Colors of #66880F
Black with #66880F
Text Example
Text Example
White with #66880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66880F; }
p { color: rgb(102,136,15); }
H1.HeaderClassName
{
color: #66880F;
}
.AnyTagClassName
{
color: #66880F;
}
</style>
background-color css
<style>
a { background-color: #66880F; }
a { background-color: rgb(102,136,15); }
div.DivClassName
{
background-color: #66880F;
}
.BgClassName
{
background-color: #66880F;
}
</style>
border-color css
<style>
span { border-color: #66880F; }
span { border-color: rgb(102,136,15); }
td.TdClassName
{
border-color: #66880F;
}
.TagClassName
{
border-color: #66880F;
}
</style>