Shades of Olive #91790A
Tints of Olive #91790A
RGB
CMYK
RGB Variations
Color information
#91790A (or 0x91790A) is known color: Olive. HEX triplet: 91, 79 and 0A. RGB value is (145,121,10). Sum of RGB (Red+Green+Blue) = 145+121+10=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #91790A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91790A is #6E86F5. Grayscale: #737373. Windows color (decimal): -7243510 or 686481. OLE color: 686481.
HSL color Cylindrical-coordinate representation of color #91790A: hue angle of 49.33º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #91790A is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 121 | 10 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.43 |
| HSL | 49.33º | 0.87% | 0.3% | - |
| HSV(B) | 49.33º | 0.93% | 0.57% | - |
| XYZ | 18.57 | 19.72 | 3.11 | - |
| YUV | 115.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 10 | 0 | 0.17 | 0.93 | 0.43 | 49.33 | 0.87 | 0.3 |
| Hex | 91 | 79 | A | 0 | 11 | 5D | 2B | 31 | 57 | 1E |
| Octal | 221 | 171 | 12 | 0 | 21 | 135 | 53 | 61 | 127 | 36 |
| Binary | 10010001 | 1111001 | 1010 | 0 | 10001 | 1011101 | 101011 | 110001 | 1010111 | 11110 |
Color Harmonies of #91790A
Complementary color
Monochromatic Colors of #91790A
Black with #91790A
Text Example
Text Example
White with #91790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91790A; }
p { color: rgb(145,121,10); }
H1.HeaderClassName
{
color: #91790A;
}
.AnyTagClassName
{
color: #91790A;
}
</style>
background-color css
<style>
a { background-color: #91790A; }
a { background-color: rgb(145,121,10); }
div.DivClassName
{
background-color: #91790A;
}
.BgClassName
{
background-color: #91790A;
}
</style>
border-color css
<style>
span { border-color: #91790A; }
span { border-color: rgb(145,121,10); }
td.TdClassName
{
border-color: #91790A;
}
.TagClassName
{
border-color: #91790A;
}
</style>