Shades of Olive #917A04
Tints of Olive #917A04
RGB
CMYK
RGB Variations
Color information
#917A04 (or 0x917A04) is known color: Olive. HEX triplet: 91, 7A and 04. RGB value is (145,122,4). Sum of RGB (Red+Green+Blue) = 145+122+4=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #917A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917A04 is #6E85FB. Grayscale: #737373. Windows color (decimal): -7243260 or 293521. OLE color: 293521.
HSL color Cylindrical-coordinate representation of color #917A04: hue angle of 50.21º 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 #917A04 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 4 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.43 |
| HSL | 50.21º | 0.95% | 0.29% | - |
| HSV(B) | 50.21º | 0.97% | 0.57% | - |
| XYZ | 18.66 | 19.95 | 2.98 | - |
| YUV | 115.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 4 | 0 | 0.16 | 0.97 | 0.43 | 50.21 | 0.95 | 0.29 |
| Hex | 91 | 7A | 4 | 0 | 10 | 61 | 2B | 32 | 5F | 1D |
| Octal | 221 | 172 | 4 | 0 | 20 | 141 | 53 | 62 | 137 | 35 |
| Binary | 10010001 | 1111010 | 100 | 0 | 10000 | 1100001 | 101011 | 110010 | 1011111 | 11101 |
Color Harmonies of #917A04
Complementary color
Monochromatic Colors of #917A04
Black with #917A04
Text Example
Text Example
White with #917A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A04; }
p { color: rgb(145,122,4); }
H1.HeaderClassName
{
color: #917A04;
}
.AnyTagClassName
{
color: #917A04;
}
</style>
background-color css
<style>
a { background-color: #917A04; }
a { background-color: rgb(145,122,4); }
div.DivClassName
{
background-color: #917A04;
}
.BgClassName
{
background-color: #917A04;
}
</style>
border-color css
<style>
span { border-color: #917A04; }
span { border-color: rgb(145,122,4); }
td.TdClassName
{
border-color: #917A04;
}
.TagClassName
{
border-color: #917A04;
}
</style>