Shades of Olive #91790B
Tints of Olive #91790B
RGB
CMYK
RGB Variations
Color information
#91790B (or 0x91790B) is known color: Olive. HEX triplet: 91, 79 and 0B. RGB value is (145,121,11). Sum of RGB (Red+Green+Blue) = 145+121+11=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #91790B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91790B is #6E86F4. Grayscale: #747474. Windows color (decimal): -7243509 or 752017. OLE color: 752017.
HSL color Cylindrical-coordinate representation of color #91790B: hue angle of 49.25º 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 #91790B is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 121 | 11 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.43 |
| HSL | 49.25º | 0.86% | 0.31% | - |
| HSV(B) | 49.25º | 0.92% | 0.57% | - |
| XYZ | 18.57 | 19.72 | 3.14 | - |
| YUV | 115.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 11 | 0 | 0.17 | 0.92 | 0.43 | 49.25 | 0.86 | 0.31 |
| Hex | 91 | 79 | B | 0 | 11 | 5C | 2B | 31 | 56 | 1F |
| Octal | 221 | 171 | 13 | 0 | 21 | 134 | 53 | 61 | 126 | 37 |
| Binary | 10010001 | 1111001 | 1011 | 0 | 10001 | 1011100 | 101011 | 110001 | 1010110 | 11111 |
Color Harmonies of #91790B
Complementary color
Monochromatic Colors of #91790B
Black with #91790B
Text Example
Text Example
White with #91790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91790B; }
p { color: rgb(145,121,11); }
H1.HeaderClassName
{
color: #91790B;
}
.AnyTagClassName
{
color: #91790B;
}
</style>
background-color css
<style>
a { background-color: #91790B; }
a { background-color: rgb(145,121,11); }
div.DivClassName
{
background-color: #91790B;
}
.BgClassName
{
background-color: #91790B;
}
</style>
border-color css
<style>
span { border-color: #91790B; }
span { border-color: rgb(145,121,11); }
td.TdClassName
{
border-color: #91790B;
}
.TagClassName
{
border-color: #91790B;
}
</style>