Shades of Olive #918202
Tints of Olive #918202
RGB
CMYK
RGB Variations
Color information
#918202 (or 0x918202) is known color: Olive. HEX triplet: 91, 82 and 02. RGB value is (145,130,2). Sum of RGB (Red+Green+Blue) = 145+130+2=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #918202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918202 is #6E7DFD. Grayscale: #787878. Windows color (decimal): -7241214 or 164497. OLE color: 164497.
HSL color Cylindrical-coordinate representation of color #918202: hue angle of 53.71º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #918202 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 130 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.43 |
| HSL | 53.71º | 0.97% | 0.29% | - |
| HSV(B) | 53.71º | 0.99% | 0.57% | - |
| XYZ | 19.67 | 21.99 | 3.27 | - |
| YUV | 119.89 | 61.47 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 2 | 0 | 0.10 | 0.99 | 0.43 | 53.71 | 0.97 | 0.29 |
| Hex | 91 | 82 | 2 | 0 | A | 63 | 2B | 36 | 61 | 1D |
| Octal | 221 | 202 | 2 | 0 | 12 | 143 | 53 | 66 | 141 | 35 |
| Binary | 10010001 | 10000010 | 10 | 0 | 1010 | 1100011 | 101011 | 110110 | 1100001 | 11101 |
Color Harmonies of #918202
Complementary color
Monochromatic Colors of #918202
Black with #918202
Text Example
Text Example
White with #918202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918202; }
p { color: rgb(145,130,2); }
H1.HeaderClassName
{
color: #918202;
}
.AnyTagClassName
{
color: #918202;
}
</style>
background-color css
<style>
a { background-color: #918202; }
a { background-color: rgb(145,130,2); }
div.DivClassName
{
background-color: #918202;
}
.BgClassName
{
background-color: #918202;
}
</style>
border-color css
<style>
span { border-color: #918202; }
span { border-color: rgb(145,130,2); }
td.TdClassName
{
border-color: #918202;
}
.TagClassName
{
border-color: #918202;
}
</style>