Shades of Olive #908908
Tints of Olive #908908
RGB
CMYK
RGB Variations
Color information
#908908 (or 0x908908) is known color: Olive. HEX triplet: 90, 89 and 08. RGB value is (144,137,8). Sum of RGB (Red+Green+Blue) = 144+137+8=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #908908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908908 is #6F76F7. Grayscale: #7C7C7C. Windows color (decimal): -7304952 or 559504. OLE color: 559504.
HSL color Cylindrical-coordinate representation of color #908908: hue angle of 56.91º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #908908 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 137 | 8 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.44 |
| HSL | 56.91º | 0.89% | 0.3% | - |
| HSV(B) | 56.91º | 0.94% | 0.56% | - |
| XYZ | 20.49 | 23.84 | 3.75 | - |
| YUV | 124.39 | 62.32 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 137 | 8 | 0 | 0.05 | 0.94 | 0.44 | 56.91 | 0.89 | 0.3 |
| Hex | 90 | 89 | 8 | 0 | 5 | 5E | 2C | 39 | 59 | 1E |
| Octal | 220 | 211 | 10 | 0 | 5 | 136 | 54 | 71 | 131 | 36 |
| Binary | 10010000 | 10001001 | 1000 | 0 | 101 | 1011110 | 101100 | 111001 | 1011001 | 11110 |
Color Harmonies of #908908
Complementary color
Monochromatic Colors of #908908
Black with #908908
Text Example
Text Example
White with #908908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908908; }
p { color: rgb(144,137,8); }
H1.HeaderClassName
{
color: #908908;
}
.AnyTagClassName
{
color: #908908;
}
</style>
background-color css
<style>
a { background-color: #908908; }
a { background-color: rgb(144,137,8); }
div.DivClassName
{
background-color: #908908;
}
.BgClassName
{
background-color: #908908;
}
</style>
border-color css
<style>
span { border-color: #908908; }
span { border-color: rgb(144,137,8); }
td.TdClassName
{
border-color: #908908;
}
.TagClassName
{
border-color: #908908;
}
</style>