Shades of Olive #90790B
Tints of Olive #90790B
RGB
CMYK
RGB Variations
Color information
#90790B (or 0x90790B) is known color: Olive. HEX triplet: 90, 79 and 0B. RGB value is (144,121,11). Sum of RGB (Red+Green+Blue) = 144+121+11=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #90790B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90790B is #6F86F4. Grayscale: #737373. Windows color (decimal): -7309045 or 752016. OLE color: 752016.
HSL color Cylindrical-coordinate representation of color #90790B: hue angle of 49.62º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90790B is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 121 | 11 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.44 |
| HSL | 49.62º | 0.86% | 0.3% | - |
| HSV(B) | 49.62º | 0.92% | 0.56% | - |
| XYZ | 18.4 | 19.63 | 3.14 | - |
| YUV | 115.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 11 | 0 | 0.16 | 0.92 | 0.44 | 49.62 | 0.86 | 0.3 |
| Hex | 90 | 79 | B | 0 | 10 | 5C | 2C | 32 | 56 | 1E |
| Octal | 220 | 171 | 13 | 0 | 20 | 134 | 54 | 62 | 126 | 36 |
| Binary | 10010000 | 1111001 | 1011 | 0 | 10000 | 1011100 | 101100 | 110010 | 1010110 | 11110 |
Color Harmonies of #90790B
Complementary color
Monochromatic Colors of #90790B
Black with #90790B
Text Example
Text Example
White with #90790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90790B; }
p { color: rgb(144,121,11); }
H1.HeaderClassName
{
color: #90790B;
}
.AnyTagClassName
{
color: #90790B;
}
</style>
background-color css
<style>
a { background-color: #90790B; }
a { background-color: rgb(144,121,11); }
div.DivClassName
{
background-color: #90790B;
}
.BgClassName
{
background-color: #90790B;
}
</style>
border-color css
<style>
span { border-color: #90790B; }
span { border-color: rgb(144,121,11); }
td.TdClassName
{
border-color: #90790B;
}
.TagClassName
{
border-color: #90790B;
}
</style>