Shades of Olive #907D0B
Tints of Olive #907D0B
RGB
CMYK
RGB Variations
Color information
#907D0B (or 0x907D0B) is known color: Olive. HEX triplet: 90, 7D and 0B. RGB value is (144,125,11). Sum of RGB (Red+Green+Blue) = 144+125+11=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #907D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907D0B is #6F82F4. Grayscale: #767676. Windows color (decimal): -7308021 or 753040. OLE color: 753040.
HSL color Cylindrical-coordinate representation of color #907D0B: hue angle of 51.43º 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 #907D0B is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 125 | 11 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.44 |
| HSL | 51.43º | 0.86% | 0.3% | - |
| HSV(B) | 51.43º | 0.92% | 0.56% | - |
| XYZ | 18.9 | 20.62 | 3.3 | - |
| YUV | 117.69 | 67.79 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 125 | 11 | 0 | 0.13 | 0.92 | 0.44 | 51.43 | 0.86 | 0.3 |
| Hex | 90 | 7D | B | 0 | D | 5C | 2C | 33 | 56 | 1E |
| Octal | 220 | 175 | 13 | 0 | 15 | 134 | 54 | 63 | 126 | 36 |
| Binary | 10010000 | 1111101 | 1011 | 0 | 1101 | 1011100 | 101100 | 110011 | 1010110 | 11110 |
Color Harmonies of #907D0B
Complementary color
Monochromatic Colors of #907D0B
Black with #907D0B
Text Example
Text Example
White with #907D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907D0B; }
p { color: rgb(144,125,11); }
H1.HeaderClassName
{
color: #907D0B;
}
.AnyTagClassName
{
color: #907D0B;
}
</style>
background-color css
<style>
a { background-color: #907D0B; }
a { background-color: rgb(144,125,11); }
div.DivClassName
{
background-color: #907D0B;
}
.BgClassName
{
background-color: #907D0B;
}
</style>
border-color css
<style>
span { border-color: #907D0B; }
span { border-color: rgb(144,125,11); }
td.TdClassName
{
border-color: #907D0B;
}
.TagClassName
{
border-color: #907D0B;
}
</style>