Shades of Olive Drab #65910F
Tints of Olive Drab #65910F
RGB
CMYK
RGB Variations
Color information
#65910F (or 0x65910F) is known color: Olive Drab. HEX triplet: 65, 91 and 0F. RGB value is (101,145,15). Sum of RGB (Red+Green+Blue) = 101+145+15=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #65910F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65910F is #9A6EF0. Grayscale: #757575. Windows color (decimal): -10120945 or 1020261. OLE color: 1020261.
HSL color Cylindrical-coordinate representation of color #65910F: hue angle of 80.31º 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 #65910F is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 145 | 15 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.43 |
| HSL | 80.31º | 0.81% | 0.31% | - |
| HSV(B) | 80.31º | 0.9% | 0.57% | - |
| XYZ | 15.58 | 23.05 | 4.08 | - |
| YUV | 117.02 | 70.42 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 15 | 0.30 | 0 | 0.90 | 0.43 | 80.31 | 0.81 | 0.31 |
| Hex | 65 | 91 | F | 1E | 0 | 5A | 2B | 50 | 51 | 1F |
| Octal | 145 | 221 | 17 | 36 | 0 | 132 | 53 | 120 | 121 | 37 |
| Binary | 1100101 | 10010001 | 1111 | 11110 | 0 | 1011010 | 101011 | 1010000 | 1010001 | 11111 |
Color Harmonies of #65910F
Complementary color
Monochromatic Colors of #65910F
Black with #65910F
Text Example
Text Example
White with #65910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65910F; }
p { color: rgb(101,145,15); }
H1.HeaderClassName
{
color: #65910F;
}
.AnyTagClassName
{
color: #65910F;
}
</style>
background-color css
<style>
a { background-color: #65910F; }
a { background-color: rgb(101,145,15); }
div.DivClassName
{
background-color: #65910F;
}
.BgClassName
{
background-color: #65910F;
}
</style>
border-color css
<style>
span { border-color: #65910F; }
span { border-color: rgb(101,145,15); }
td.TdClassName
{
border-color: #65910F;
}
.TagClassName
{
border-color: #65910F;
}
</style>