Shades of Olive Drab #66910F
Tints of Olive Drab #66910F
RGB
CMYK
RGB Variations
Color information
#66910F (or 0x66910F) is known color: Olive Drab. HEX triplet: 66, 91 and 0F. RGB value is (102,145,15). Sum of RGB (Red+Green+Blue) = 102+145+15=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #66910F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66910F is #996EF0. Grayscale: #757575. Windows color (decimal): -10055409 or 1020262. OLE color: 1020262.
HSL color Cylindrical-coordinate representation of color #66910F: hue angle of 79.85º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66910F is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 15 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.43 |
| HSL | 79.85º | 0.81% | 0.31% | - |
| HSV(B) | 79.85º | 0.9% | 0.57% | - |
| XYZ | 15.69 | 23.11 | 4.09 | - |
| YUV | 117.32 | 70.25 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 15 | 0.30 | 0 | 0.90 | 0.43 | 79.85 | 0.81 | 0.31 |
| Hex | 66 | 91 | F | 1E | 0 | 5A | 2B | 50 | 51 | 1F |
| Octal | 146 | 221 | 17 | 36 | 0 | 132 | 53 | 120 | 121 | 37 |
| Binary | 1100110 | 10010001 | 1111 | 11110 | 0 | 1011010 | 101011 | 1010000 | 1010001 | 11111 |
Color Harmonies of #66910F
Complementary color
Monochromatic Colors of #66910F
Black with #66910F
Text Example
Text Example
White with #66910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66910F; }
p { color: rgb(102,145,15); }
H1.HeaderClassName
{
color: #66910F;
}
.AnyTagClassName
{
color: #66910F;
}
</style>
background-color css
<style>
a { background-color: #66910F; }
a { background-color: rgb(102,145,15); }
div.DivClassName
{
background-color: #66910F;
}
.BgClassName
{
background-color: #66910F;
}
</style>
border-color css
<style>
span { border-color: #66910F; }
span { border-color: rgb(102,145,15); }
td.TdClassName
{
border-color: #66910F;
}
.TagClassName
{
border-color: #66910F;
}
</style>