Shades of Olive #908000
Tints of Olive #908000
RGB
CMYK
RGB Variations
Color information
#908000 (or 0x908000) is known color: Olive. HEX triplet: 90, 80 and 00. RGB value is (144,128,0). Sum of RGB (Red+Green+Blue) = 144+128+0=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #908000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908000 is #6F7FFF. Grayscale: #767676. Windows color (decimal): -7307264 or 32912. OLE color: 32912.
HSL color Cylindrical-coordinate representation of color #908000: hue angle of 53.33º 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 #908000 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 128 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.44 |
| HSL | 53.33º | 1% | 0.28% | - |
| HSV(B) | 53.33º | 1% | 0.56% | - |
| XYZ | 19.22 | 21.37 | 3.11 | - |
| YUV | 118.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 0 | 0 | 0.11 | 1 | 0.44 | 53.33 | 1 | 0.28 |
| Hex | 90 | 80 | 0 | 0 | B | 64 | 2C | 35 | 64 | 1C |
| Octal | 220 | 200 | 0 | 0 | 13 | 144 | 54 | 65 | 144 | 34 |
| Binary | 10010000 | 10000000 | 0 | 0 | 1011 | 1100100 | 101100 | 110101 | 1100100 | 11100 |
Color Harmonies of #908000
Complementary color
Monochromatic Colors of #908000
Black with #908000
Text Example
Text Example
White with #908000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908000; }
p { color: rgb(144,128,0); }
H1.HeaderClassName
{
color: #908000;
}
.AnyTagClassName
{
color: #908000;
}
</style>
background-color css
<style>
a { background-color: #908000; }
a { background-color: rgb(144,128,0); }
div.DivClassName
{
background-color: #908000;
}
.BgClassName
{
background-color: #908000;
}
</style>
border-color css
<style>
span { border-color: #908000; }
span { border-color: rgb(144,128,0); }
td.TdClassName
{
border-color: #908000;
}
.TagClassName
{
border-color: #908000;
}
</style>