Shades of Olive #907F0B
Tints of Olive #907F0B
RGB
CMYK
RGB Variations
Color information
#907F0B (or 0x907F0B) is known color: Olive. HEX triplet: 90, 7F and 0B. RGB value is (144,127,11). Sum of RGB (Red+Green+Blue) = 144+127+11=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #907F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907F0B is #6F80F4. Grayscale: #777777. Windows color (decimal): -7307509 or 753552. OLE color: 753552.
HSL color Cylindrical-coordinate representation of color #907F0B: hue angle of 52.33º 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 #907F0B is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 127 | 11 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.44 |
| HSL | 52.33º | 0.86% | 0.3% | - |
| HSV(B) | 52.33º | 0.92% | 0.56% | - |
| XYZ | 19.15 | 21.13 | 3.39 | - |
| YUV | 118.86 | 67.13 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 127 | 11 | 0 | 0.12 | 0.92 | 0.44 | 52.33 | 0.86 | 0.3 |
| Hex | 90 | 7F | B | 0 | C | 5C | 2C | 34 | 56 | 1E |
| Octal | 220 | 177 | 13 | 0 | 14 | 134 | 54 | 64 | 126 | 36 |
| Binary | 10010000 | 1111111 | 1011 | 0 | 1100 | 1011100 | 101100 | 110100 | 1010110 | 11110 |
Color Harmonies of #907F0B
Complementary color
Monochromatic Colors of #907F0B
Black with #907F0B
Text Example
Text Example
White with #907F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907F0B; }
p { color: rgb(144,127,11); }
H1.HeaderClassName
{
color: #907F0B;
}
.AnyTagClassName
{
color: #907F0B;
}
</style>
background-color css
<style>
a { background-color: #907F0B; }
a { background-color: rgb(144,127,11); }
div.DivClassName
{
background-color: #907F0B;
}
.BgClassName
{
background-color: #907F0B;
}
</style>
border-color css
<style>
span { border-color: #907F0B; }
span { border-color: rgb(144,127,11); }
td.TdClassName
{
border-color: #907F0B;
}
.TagClassName
{
border-color: #907F0B;
}
</style>