Shades of Olive #917804
Tints of Olive #917804
RGB
CMYK
RGB Variations
Color information
#917804 (or 0x917804) is known color: Olive. HEX triplet: 91, 78 and 04. RGB value is (145,120,4). Sum of RGB (Red+Green+Blue) = 145+120+4=269 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.90% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 145 - color contains mainly: red. Hex color #917804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917804 is #6E87FB. Grayscale: #727272. Windows color (decimal): -7243772 or 293009. OLE color: 293009.
HSL color Cylindrical-coordinate representation of color #917804: hue angle of 49.36º degrees, saturation: 0.95, 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 #917804 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 120 | 4 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.43 |
| HSL | 49.36º | 0.95% | 0.29% | - |
| HSV(B) | 49.36º | 0.97% | 0.57% | - |
| XYZ | 18.42 | 19.46 | 2.9 | - |
| YUV | 114.25 | 65.78 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 4 | 0 | 0.17 | 0.97 | 0.43 | 49.36 | 0.95 | 0.29 |
| Hex | 91 | 78 | 4 | 0 | 11 | 61 | 2B | 31 | 5F | 1D |
| Octal | 221 | 170 | 4 | 0 | 21 | 141 | 53 | 61 | 137 | 35 |
| Binary | 10010001 | 1111000 | 100 | 0 | 10001 | 1100001 | 101011 | 110001 | 1011111 | 11101 |
Color Harmonies of #917804
Complementary color
Monochromatic Colors of #917804
Black with #917804
Text Example
Text Example
White with #917804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917804; }
p { color: rgb(145,120,4); }
H1.HeaderClassName
{
color: #917804;
}
.AnyTagClassName
{
color: #917804;
}
</style>
background-color css
<style>
a { background-color: #917804; }
a { background-color: rgb(145,120,4); }
div.DivClassName
{
background-color: #917804;
}
.BgClassName
{
background-color: #917804;
}
</style>
border-color css
<style>
span { border-color: #917804; }
span { border-color: rgb(145,120,4); }
td.TdClassName
{
border-color: #917804;
}
.TagClassName
{
border-color: #917804;
}
</style>