Shades of Olive #918802
Tints of Olive #918802
RGB
CMYK
RGB Variations
Color information
#918802 (or 0x918802) is known color: Olive. HEX triplet: 91, 88 and 02. RGB value is (145,136,2). Sum of RGB (Red+Green+Blue) = 145+136+2=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #918802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918802 is #6E77FD. Grayscale: #7B7B7B. Windows color (decimal): -7239678 or 166033. OLE color: 166033.
HSL color Cylindrical-coordinate representation of color #918802: hue angle of 56.22º 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 #918802 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 136 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.43 |
| HSL | 56.22º | 0.97% | 0.29% | - |
| HSV(B) | 56.22º | 0.99% | 0.57% | - |
| XYZ | 20.49 | 23.63 | 3.54 | - |
| YUV | 123.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 2 | 0 | 0.06 | 0.99 | 0.43 | 56.22 | 0.97 | 0.29 |
| Hex | 91 | 88 | 2 | 0 | 6 | 63 | 2B | 38 | 61 | 1D |
| Octal | 221 | 210 | 2 | 0 | 6 | 143 | 53 | 70 | 141 | 35 |
| Binary | 10010001 | 10001000 | 10 | 0 | 110 | 1100011 | 101011 | 111000 | 1100001 | 11101 |
Color Harmonies of #918802
Complementary color
Monochromatic Colors of #918802
Black with #918802
Text Example
Text Example
White with #918802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918802; }
p { color: rgb(145,136,2); }
H1.HeaderClassName
{
color: #918802;
}
.AnyTagClassName
{
color: #918802;
}
</style>
background-color css
<style>
a { background-color: #918802; }
a { background-color: rgb(145,136,2); }
div.DivClassName
{
background-color: #918802;
}
.BgClassName
{
background-color: #918802;
}
</style>
border-color css
<style>
span { border-color: #918802; }
span { border-color: rgb(145,136,2); }
td.TdClassName
{
border-color: #918802;
}
.TagClassName
{
border-color: #918802;
}
</style>