Shades of Olive #917F05
Tints of Olive #917F05
RGB
CMYK
RGB Variations
Color information
#917F05 (or 0x917F05) is known color: Olive. HEX triplet: 91, 7F and 05. RGB value is (145,127,5). Sum of RGB (Red+Green+Blue) = 145+127+5=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #917F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917F05 is #6E80FA. Grayscale: #767676. Windows color (decimal): -7241979 or 360337. OLE color: 360337.
HSL color Cylindrical-coordinate representation of color #917F05: hue angle of 52.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #917F05 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 5 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.43 |
| HSL | 52.29º | 0.93% | 0.29% | - |
| HSV(B) | 52.29º | 0.97% | 0.57% | - |
| XYZ | 19.29 | 21.21 | 3.22 | - |
| YUV | 118.47 | 63.96 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 5 | 0 | 0.12 | 0.97 | 0.43 | 52.29 | 0.93 | 0.29 |
| Hex | 91 | 7F | 5 | 0 | C | 61 | 2B | 34 | 5D | 1D |
| Octal | 221 | 177 | 5 | 0 | 14 | 141 | 53 | 64 | 135 | 35 |
| Binary | 10010001 | 1111111 | 101 | 0 | 1100 | 1100001 | 101011 | 110100 | 1011101 | 11101 |
Color Harmonies of #917F05
Complementary color
Monochromatic Colors of #917F05
Black with #917F05
Text Example
Text Example
White with #917F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F05; }
p { color: rgb(145,127,5); }
H1.HeaderClassName
{
color: #917F05;
}
.AnyTagClassName
{
color: #917F05;
}
</style>
background-color css
<style>
a { background-color: #917F05; }
a { background-color: rgb(145,127,5); }
div.DivClassName
{
background-color: #917F05;
}
.BgClassName
{
background-color: #917F05;
}
</style>
border-color css
<style>
span { border-color: #917F05; }
span { border-color: rgb(145,127,5); }
td.TdClassName
{
border-color: #917F05;
}
.TagClassName
{
border-color: #917F05;
}
</style>