Shades of Olive #908E00
Tints of Olive #908E00
RGB
CMYK
RGB Variations
Color information
#908E00 (or 0x908E00) is known color: Olive. HEX triplet: 90, 8E and 00. RGB value is (144,142,0). Sum of RGB (Red+Green+Blue) = 144+142+0=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #908E00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908E00 is #6F71FF. Grayscale: #7E7E7E. Windows color (decimal): -7303680 or 36496. OLE color: 36496.
HSL color Cylindrical-coordinate representation of color #908E00: hue angle of 59.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #908E00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 142 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.44 |
| HSL | 59.17º | 1% | 0.28% | - |
| HSV(B) | 59.17º | 1% | 0.56% | - |
| XYZ | 21.17 | 25.28 | 3.76 | - |
| YUV | 126.41 | 56.66 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 0 | 0 | 0.01 | 1 | 0.44 | 59.17 | 1 | 0.28 |
| Hex | 90 | 8E | 0 | 0 | 1 | 64 | 2C | 3B | 64 | 1C |
| Octal | 220 | 216 | 0 | 0 | 1 | 144 | 54 | 73 | 144 | 34 |
| Binary | 10010000 | 10001110 | 0 | 0 | 1 | 1100100 | 101100 | 111011 | 1100100 | 11100 |
Color Harmonies of #908E00
Complementary color
Monochromatic Colors of #908E00
Black with #908E00
Text Example
Text Example
White with #908E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908E00; }
p { color: rgb(144,142,0); }
H1.HeaderClassName
{
color: #908E00;
}
.AnyTagClassName
{
color: #908E00;
}
</style>
background-color css
<style>
a { background-color: #908E00; }
a { background-color: rgb(144,142,0); }
div.DivClassName
{
background-color: #908E00;
}
.BgClassName
{
background-color: #908E00;
}
</style>
border-color css
<style>
span { border-color: #908E00; }
span { border-color: rgb(144,142,0); }
td.TdClassName
{
border-color: #908E00;
}
.TagClassName
{
border-color: #908E00;
}
</style>