Shades of Olive #908807
Tints of Olive #908807
RGB
CMYK
RGB Variations
Color information
#908807 (or 0x908807) is known color: Olive. HEX triplet: 90, 88 and 07. RGB value is (144,136,7). Sum of RGB (Red+Green+Blue) = 144+136+7=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #908807 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908807 is #6F77F8. Grayscale: #7C7C7C. Windows color (decimal): -7305209 or 493712. OLE color: 493712.
HSL color Cylindrical-coordinate representation of color #908807: hue angle of 56.5º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #908807 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 7 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.44 |
| HSL | 56.5º | 0.91% | 0.3% | - |
| HSV(B) | 56.5º | 0.95% | 0.56% | - |
| XYZ | 20.34 | 23.55 | 3.67 | - |
| YUV | 123.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 7 | 0 | 0.06 | 0.95 | 0.44 | 56.5 | 0.91 | 0.3 |
| Hex | 90 | 88 | 7 | 0 | 6 | 5F | 2C | 38 | 5B | 1E |
| Octal | 220 | 210 | 7 | 0 | 6 | 137 | 54 | 70 | 133 | 36 |
| Binary | 10010000 | 10001000 | 111 | 0 | 110 | 1011111 | 101100 | 111000 | 1011011 | 11110 |
Color Harmonies of #908807
Complementary color
Monochromatic Colors of #908807
Black with #908807
Text Example
Text Example
White with #908807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908807; }
p { color: rgb(144,136,7); }
H1.HeaderClassName
{
color: #908807;
}
.AnyTagClassName
{
color: #908807;
}
</style>
background-color css
<style>
a { background-color: #908807; }
a { background-color: rgb(144,136,7); }
div.DivClassName
{
background-color: #908807;
}
.BgClassName
{
background-color: #908807;
}
</style>
border-color css
<style>
span { border-color: #908807; }
span { border-color: rgb(144,136,7); }
td.TdClassName
{
border-color: #908807;
}
.TagClassName
{
border-color: #908807;
}
</style>