Shades of Olive #908708
Tints of Olive #908708
RGB
CMYK
RGB Variations
Color information
#908708 (or 0x908708) is known color: Olive. HEX triplet: 90, 87 and 08. RGB value is (144,135,8). Sum of RGB (Red+Green+Blue) = 144+135+8=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #908708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908708 is #6F78F7. Grayscale: #7B7B7B. Windows color (decimal): -7305464 or 558992. OLE color: 558992.
HSL color Cylindrical-coordinate representation of color #908708: hue angle of 56.03º 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 #908708 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 135 | 8 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.44 |
| HSL | 56.03º | 0.89% | 0.3% | - |
| HSV(B) | 56.03º | 0.94% | 0.56% | - |
| XYZ | 20.21 | 23.27 | 3.66 | - |
| YUV | 123.21 | 62.98 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 8 | 0 | 0.06 | 0.94 | 0.44 | 56.03 | 0.89 | 0.3 |
| Hex | 90 | 87 | 8 | 0 | 6 | 5E | 2C | 38 | 59 | 1E |
| Octal | 220 | 207 | 10 | 0 | 6 | 136 | 54 | 70 | 131 | 36 |
| Binary | 10010000 | 10000111 | 1000 | 0 | 110 | 1011110 | 101100 | 111000 | 1011001 | 11110 |
Color Harmonies of #908708
Complementary color
Monochromatic Colors of #908708
Black with #908708
Text Example
Text Example
White with #908708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908708; }
p { color: rgb(144,135,8); }
H1.HeaderClassName
{
color: #908708;
}
.AnyTagClassName
{
color: #908708;
}
</style>
background-color css
<style>
a { background-color: #908708; }
a { background-color: rgb(144,135,8); }
div.DivClassName
{
background-color: #908708;
}
.BgClassName
{
background-color: #908708;
}
</style>
border-color css
<style>
span { border-color: #908708; }
span { border-color: rgb(144,135,8); }
td.TdClassName
{
border-color: #908708;
}
.TagClassName
{
border-color: #908708;
}
</style>