Shades of Olive Drab #75910C
Tints of Olive Drab #75910C
RGB
CMYK
RGB Variations
Color information
#75910C (or 0x75910C) is known color: Olive Drab. HEX triplet: 75, 91 and 0C. RGB value is (117,145,12). Sum of RGB (Red+Green+Blue) = 117+145+12=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #75910C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75910C is #8A6EF3. Grayscale: #797979. Windows color (decimal): -9072372 or 823669. OLE color: 823669.
HSL color Cylindrical-coordinate representation of color #75910C: hue angle of 72.63º 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 #75910C is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 145 | 12 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.43 |
| HSL | 72.63º | 0.85% | 0.31% | - |
| HSV(B) | 72.63º | 0.92% | 0.57% | - |
| XYZ | 17.53 | 24.06 | 4.07 | - |
| YUV | 121.47 | 66.22 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 12 | 0.19 | 0 | 0.92 | 0.43 | 72.63 | 0.85 | 0.31 |
| Hex | 75 | 91 | C | 13 | 0 | 5C | 2B | 49 | 55 | 1F |
| Octal | 165 | 221 | 14 | 23 | 0 | 134 | 53 | 111 | 125 | 37 |
| Binary | 1110101 | 10010001 | 1100 | 10011 | 0 | 1011100 | 101011 | 1001001 | 1010101 | 11111 |
Color Harmonies of #75910C
Complementary color
Monochromatic Colors of #75910C
Black with #75910C
Text Example
Text Example
White with #75910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75910C; }
p { color: rgb(117,145,12); }
H1.HeaderClassName
{
color: #75910C;
}
.AnyTagClassName
{
color: #75910C;
}
</style>
background-color css
<style>
a { background-color: #75910C; }
a { background-color: rgb(117,145,12); }
div.DivClassName
{
background-color: #75910C;
}
.BgClassName
{
background-color: #75910C;
}
</style>
border-color css
<style>
span { border-color: #75910C; }
span { border-color: rgb(117,145,12); }
td.TdClassName
{
border-color: #75910C;
}
.TagClassName
{
border-color: #75910C;
}
</style>