Shades of Olive #917C0B
Tints of Olive #917C0B
RGB
CMYK
RGB Variations
Color information
#917C0B (or 0x917C0B) is known color: Olive. HEX triplet: 91, 7C and 0B. RGB value is (145,124,11). Sum of RGB (Red+Green+Blue) = 145+124+11=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #917C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917C0B is #6E83F4. Grayscale: #757575. Windows color (decimal): -7242741 or 752785. OLE color: 752785.
HSL color Cylindrical-coordinate representation of color #917C0B: hue angle of 50.6º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #917C0B is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 11 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.43 |
| HSL | 50.6º | 0.86% | 0.31% | - |
| HSV(B) | 50.6º | 0.92% | 0.57% | - |
| XYZ | 18.95 | 20.46 | 3.27 | - |
| YUV | 117.4 | 67.96 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 11 | 0 | 0.14 | 0.92 | 0.43 | 50.6 | 0.86 | 0.31 |
| Hex | 91 | 7C | B | 0 | E | 5C | 2B | 33 | 56 | 1F |
| Octal | 221 | 174 | 13 | 0 | 16 | 134 | 53 | 63 | 126 | 37 |
| Binary | 10010001 | 1111100 | 1011 | 0 | 1110 | 1011100 | 101011 | 110011 | 1010110 | 11111 |
Color Harmonies of #917C0B
Complementary color
Monochromatic Colors of #917C0B
Black with #917C0B
Text Example
Text Example
White with #917C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C0B; }
p { color: rgb(145,124,11); }
H1.HeaderClassName
{
color: #917C0B;
}
.AnyTagClassName
{
color: #917C0B;
}
</style>
background-color css
<style>
a { background-color: #917C0B; }
a { background-color: rgb(145,124,11); }
div.DivClassName
{
background-color: #917C0B;
}
.BgClassName
{
background-color: #917C0B;
}
</style>
border-color css
<style>
span { border-color: #917C0B; }
span { border-color: rgb(145,124,11); }
td.TdClassName
{
border-color: #917C0B;
}
.TagClassName
{
border-color: #917C0B;
}
</style>