Shades of Olive #908B00
Tints of Olive #908B00
RGB
CMYK
RGB Variations
Color information
#908B00 (or 0x908B00) is known color: Olive. HEX triplet: 90, 8B and 00. RGB value is (144,139,0). Sum of RGB (Red+Green+Blue) = 144+139+0=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #908B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908B00 is #6F74FF. Grayscale: #7D7D7D. Windows color (decimal): -7304448 or 35728. OLE color: 35728.
HSL color Cylindrical-coordinate representation of color #908B00: hue angle of 57.92º 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 #908B00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.44 |
| HSL | 57.92º | 1% | 0.28% | - |
| HSV(B) | 57.92º | 1% | 0.56% | - |
| XYZ | 20.73 | 24.39 | 3.62 | - |
| YUV | 124.65 | 57.66 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 0 | 0 | 0.03 | 1 | 0.44 | 57.92 | 1 | 0.28 |
| Hex | 90 | 8B | 0 | 0 | 3 | 64 | 2C | 3A | 64 | 1C |
| Octal | 220 | 213 | 0 | 0 | 3 | 144 | 54 | 72 | 144 | 34 |
| Binary | 10010000 | 10001011 | 0 | 0 | 11 | 1100100 | 101100 | 111010 | 1100100 | 11100 |
Color Harmonies of #908B00
Complementary color
Monochromatic Colors of #908B00
Black with #908B00
Text Example
Text Example
White with #908B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B00; }
p { color: rgb(144,139,0); }
H1.HeaderClassName
{
color: #908B00;
}
.AnyTagClassName
{
color: #908B00;
}
</style>
background-color css
<style>
a { background-color: #908B00; }
a { background-color: rgb(144,139,0); }
div.DivClassName
{
background-color: #908B00;
}
.BgClassName
{
background-color: #908B00;
}
</style>
border-color css
<style>
span { border-color: #908B00; }
span { border-color: rgb(144,139,0); }
td.TdClassName
{
border-color: #908B00;
}
.TagClassName
{
border-color: #908B00;
}
</style>