Shades of Olive #909000
Tints of Olive #909000
RGB
CMYK
RGB Variations
Color information
#909000 (or 0x909000) is known color: Olive. HEX triplet: 90, 90 and 00. RGB value is (144,144,0). Sum of RGB (Red+Green+Blue) = 144+144+0=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 144 - color contains mainly: red, green. Hex color #909000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #909000 is #6F6FFF. Grayscale: #808080. Windows color (decimal): -7303168 or 37008. OLE color: 37008.
HSL color Cylindrical-coordinate representation of color #909000: hue angle of 60º 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 #909000 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 144 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.44 |
| HSL | 60º | 1% | 0.28% | - |
| HSV(B) | 60º | 1% | 0.56% | - |
| XYZ | 21.47 | 25.88 | 3.86 | - |
| YUV | 127.58 | 56 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 0 | 0 | 0 | 1 | 0.44 | 60 | 1 | 0.28 |
| Hex | 90 | 90 | 0 | 0 | 0 | 64 | 2C | 3C | 64 | 1C |
| Octal | 220 | 220 | 0 | 0 | 0 | 144 | 54 | 74 | 144 | 34 |
| Binary | 10010000 | 10010000 | 0 | 0 | 0 | 1100100 | 101100 | 111100 | 1100100 | 11100 |
Color Harmonies of #909000
Complementary color
Monochromatic Colors of #909000
Black with #909000
Text Example
Text Example
White with #909000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909000; }
p { color: rgb(144,144,0); }
H1.HeaderClassName
{
color: #909000;
}
.AnyTagClassName
{
color: #909000;
}
</style>
background-color css
<style>
a { background-color: #909000; }
a { background-color: rgb(144,144,0); }
div.DivClassName
{
background-color: #909000;
}
.BgClassName
{
background-color: #909000;
}
</style>
border-color css
<style>
span { border-color: #909000; }
span { border-color: rgb(144,144,0); }
td.TdClassName
{
border-color: #909000;
}
.TagClassName
{
border-color: #909000;
}
</style>