Shades of Olive Drab #65910C
Tints of Olive Drab #65910C
RGB
CMYK
RGB Variations
Color information
#65910C (or 0x65910C) is known color: Olive Drab. HEX triplet: 65, 91 and 0C. RGB value is (101,145,12). Sum of RGB (Red+Green+Blue) = 101+145+12=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #65910C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65910C is #9A6EF3. Grayscale: #757575. Windows color (decimal): -10120948 or 823653. OLE color: 823653.
HSL color Cylindrical-coordinate representation of color #65910C: hue angle of 79.85º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65910C is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 145 | 12 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.43 |
| HSL | 79.85º | 0.85% | 0.31% | - |
| HSV(B) | 79.85º | 0.92% | 0.57% | - |
| XYZ | 15.56 | 23.04 | 3.98 | - |
| YUV | 116.68 | 68.92 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 12 | 0.30 | 0 | 0.92 | 0.43 | 79.85 | 0.85 | 0.31 |
| Hex | 65 | 91 | C | 1E | 0 | 5C | 2B | 50 | 55 | 1F |
| Octal | 145 | 221 | 14 | 36 | 0 | 134 | 53 | 120 | 125 | 37 |
| Binary | 1100101 | 10010001 | 1100 | 11110 | 0 | 1011100 | 101011 | 1010000 | 1010101 | 11111 |
Color Harmonies of #65910C
Complementary color
Monochromatic Colors of #65910C
Black with #65910C
Text Example
Text Example
White with #65910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65910C; }
p { color: rgb(101,145,12); }
H1.HeaderClassName
{
color: #65910C;
}
.AnyTagClassName
{
color: #65910C;
}
</style>
background-color css
<style>
a { background-color: #65910C; }
a { background-color: rgb(101,145,12); }
div.DivClassName
{
background-color: #65910C;
}
.BgClassName
{
background-color: #65910C;
}
</style>
border-color css
<style>
span { border-color: #65910C; }
span { border-color: rgb(101,145,12); }
td.TdClassName
{
border-color: #65910C;
}
.TagClassName
{
border-color: #65910C;
}
</style>