Shades of Olive #917F03
Tints of Olive #917F03
RGB
CMYK
RGB Variations
Color information
#917F03 (or 0x917F03) is known color: Olive. HEX triplet: 91, 7F and 03. RGB value is (145,127,3). Sum of RGB (Red+Green+Blue) = 145+127+3=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #917F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917F03 is #6E80FC. Grayscale: #767676. Windows color (decimal): -7241981 or 229265. OLE color: 229265.
HSL color Cylindrical-coordinate representation of color #917F03: hue angle of 52.39º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #917F03 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 3 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.43 |
| HSL | 52.39º | 0.96% | 0.29% | - |
| HSV(B) | 52.39º | 0.98% | 0.57% | - |
| XYZ | 19.28 | 21.21 | 3.16 | - |
| YUV | 118.25 | 62.96 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 3 | 0 | 0.12 | 0.98 | 0.43 | 52.39 | 0.96 | 0.29 |
| Hex | 91 | 7F | 3 | 0 | C | 62 | 2B | 34 | 60 | 1D |
| Octal | 221 | 177 | 3 | 0 | 14 | 142 | 53 | 64 | 140 | 35 |
| Binary | 10010001 | 1111111 | 11 | 0 | 1100 | 1100010 | 101011 | 110100 | 1100000 | 11101 |
Color Harmonies of #917F03
Complementary color
Monochromatic Colors of #917F03
Black with #917F03
Text Example
Text Example
White with #917F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F03; }
p { color: rgb(145,127,3); }
H1.HeaderClassName
{
color: #917F03;
}
.AnyTagClassName
{
color: #917F03;
}
</style>
background-color css
<style>
a { background-color: #917F03; }
a { background-color: rgb(145,127,3); }
div.DivClassName
{
background-color: #917F03;
}
.BgClassName
{
background-color: #917F03;
}
</style>
border-color css
<style>
span { border-color: #917F03; }
span { border-color: rgb(145,127,3); }
td.TdClassName
{
border-color: #917F03;
}
.TagClassName
{
border-color: #917F03;
}
</style>