Shades of Olive #908602
Tints of Olive #908602
RGB
CMYK
RGB Variations
Color information
#908602 (or 0x908602) is known color: Olive. HEX triplet: 90, 86 and 02. RGB value is (144,134,2). Sum of RGB (Red+Green+Blue) = 144+134+2=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #908602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908602 is #6F79FD. Grayscale: #7A7A7A. Windows color (decimal): -7305726 or 165520. OLE color: 165520.
HSL color Cylindrical-coordinate representation of color #908602: hue angle of 55.77º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #908602 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 134 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.44 |
| HSL | 55.77º | 0.97% | 0.29% | - |
| HSV(B) | 55.77º | 0.99% | 0.56% | - |
| XYZ | 20.04 | 22.98 | 3.44 | - |
| YUV | 121.94 | 60.31 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 2 | 0 | 0.07 | 0.99 | 0.44 | 55.77 | 0.97 | 0.29 |
| Hex | 90 | 86 | 2 | 0 | 7 | 63 | 2C | 38 | 61 | 1D |
| Octal | 220 | 206 | 2 | 0 | 7 | 143 | 54 | 70 | 141 | 35 |
| Binary | 10010000 | 10000110 | 10 | 0 | 111 | 1100011 | 101100 | 111000 | 1100001 | 11101 |
Color Harmonies of #908602
Complementary color
Monochromatic Colors of #908602
Black with #908602
Text Example
Text Example
White with #908602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908602; }
p { color: rgb(144,134,2); }
H1.HeaderClassName
{
color: #908602;
}
.AnyTagClassName
{
color: #908602;
}
</style>
background-color css
<style>
a { background-color: #908602; }
a { background-color: rgb(144,134,2); }
div.DivClassName
{
background-color: #908602;
}
.BgClassName
{
background-color: #908602;
}
</style>
border-color css
<style>
span { border-color: #908602; }
span { border-color: rgb(144,134,2); }
td.TdClassName
{
border-color: #908602;
}
.TagClassName
{
border-color: #908602;
}
</style>