Shades of Olive #908800
Tints of Olive #908800
RGB
CMYK
RGB Variations
Color information
#908800 (or 0x908800) is known color: Olive. HEX triplet: 90, 88 and 00. RGB value is (144,136,0). Sum of RGB (Red+Green+Blue) = 144+136+0=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #908800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908800 is #6F77FF. Grayscale: #7B7B7B. Windows color (decimal): -7305216 or 34960. OLE color: 34960.
HSL color Cylindrical-coordinate representation of color #908800: hue angle of 56.67º 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 #908800 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.44 |
| HSL | 56.67º | 1% | 0.28% | - |
| HSV(B) | 56.67º | 1% | 0.56% | - |
| XYZ | 20.31 | 23.54 | 3.47 | - |
| YUV | 122.89 | 58.65 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 0 | 0 | 0.06 | 1 | 0.44 | 56.67 | 1 | 0.28 |
| Hex | 90 | 88 | 0 | 0 | 6 | 64 | 2C | 39 | 64 | 1C |
| Octal | 220 | 210 | 0 | 0 | 6 | 144 | 54 | 71 | 144 | 34 |
| Binary | 10010000 | 10001000 | 0 | 0 | 110 | 1100100 | 101100 | 111001 | 1100100 | 11100 |
Color Harmonies of #908800
Complementary color
Monochromatic Colors of #908800
Black with #908800
Text Example
Text Example
White with #908800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908800; }
p { color: rgb(144,136,0); }
H1.HeaderClassName
{
color: #908800;
}
.AnyTagClassName
{
color: #908800;
}
</style>
background-color css
<style>
a { background-color: #908800; }
a { background-color: rgb(144,136,0); }
div.DivClassName
{
background-color: #908800;
}
.BgClassName
{
background-color: #908800;
}
</style>
border-color css
<style>
span { border-color: #908800; }
span { border-color: rgb(144,136,0); }
td.TdClassName
{
border-color: #908800;
}
.TagClassName
{
border-color: #908800;
}
</style>