Shades of Olive #917D08
Tints of Olive #917D08
RGB
CMYK
RGB Variations
Color information
#917D08 (or 0x917D08) is known color: Olive. HEX triplet: 91, 7D and 08. RGB value is (145,125,8). Sum of RGB (Red+Green+Blue) = 145+125+8=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 125 (49.22% from 255 or 44.96% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #917D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917D08 is #6E82F7. Grayscale: #767676. Windows color (decimal): -7242488 or 556433. OLE color: 556433.
HSL color Cylindrical-coordinate representation of color #917D08: hue angle of 51.24º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #917D08 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 8 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.43 |
| HSL | 51.24º | 0.9% | 0.3% | - |
| HSV(B) | 51.24º | 0.94% | 0.57% | - |
| XYZ | 19.05 | 20.7 | 3.22 | - |
| YUV | 117.64 | 66.13 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 8 | 0 | 0.14 | 0.94 | 0.43 | 51.24 | 0.9 | 0.3 |
| Hex | 91 | 7D | 8 | 0 | E | 5E | 2B | 33 | 5A | 1E |
| Octal | 221 | 175 | 10 | 0 | 16 | 136 | 53 | 63 | 132 | 36 |
| Binary | 10010001 | 1111101 | 1000 | 0 | 1110 | 1011110 | 101011 | 110011 | 1011010 | 11110 |
Color Harmonies of #917D08
Complementary color
Monochromatic Colors of #917D08
Black with #917D08
Text Example
Text Example
White with #917D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D08; }
p { color: rgb(145,125,8); }
H1.HeaderClassName
{
color: #917D08;
}
.AnyTagClassName
{
color: #917D08;
}
</style>
background-color css
<style>
a { background-color: #917D08; }
a { background-color: rgb(145,125,8); }
div.DivClassName
{
background-color: #917D08;
}
.BgClassName
{
background-color: #917D08;
}
</style>
border-color css
<style>
span { border-color: #917D08; }
span { border-color: rgb(145,125,8); }
td.TdClassName
{
border-color: #917D08;
}
.TagClassName
{
border-color: #917D08;
}
</style>