Shades of Olive #918602
Tints of Olive #918602
RGB
CMYK
RGB Variations
Color information
#918602 (or 0x918602) is known color: Olive. HEX triplet: 91, 86 and 02. RGB value is (145,134,2). Sum of RGB (Red+Green+Blue) = 145+134+2=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #918602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918602 is #6E79FD. Grayscale: #7A7A7A. Windows color (decimal): -7240190 or 165521. OLE color: 165521.
HSL color Cylindrical-coordinate representation of color #918602: hue angle of 55.38º 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 #918602 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 134 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.43 |
| HSL | 55.38º | 0.97% | 0.29% | - |
| HSV(B) | 55.38º | 0.99% | 0.57% | - |
| XYZ | 20.21 | 23.07 | 3.45 | - |
| YUV | 122.24 | 60.14 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 2 | 0 | 0.08 | 0.99 | 0.43 | 55.38 | 0.97 | 0.29 |
| Hex | 91 | 86 | 2 | 0 | 8 | 63 | 2B | 37 | 61 | 1D |
| Octal | 221 | 206 | 2 | 0 | 10 | 143 | 53 | 67 | 141 | 35 |
| Binary | 10010001 | 10000110 | 10 | 0 | 1000 | 1100011 | 101011 | 110111 | 1100001 | 11101 |
Color Harmonies of #918602
Complementary color
Monochromatic Colors of #918602
Black with #918602
Text Example
Text Example
White with #918602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918602; }
p { color: rgb(145,134,2); }
H1.HeaderClassName
{
color: #918602;
}
.AnyTagClassName
{
color: #918602;
}
</style>
background-color css
<style>
a { background-color: #918602; }
a { background-color: rgb(145,134,2); }
div.DivClassName
{
background-color: #918602;
}
.BgClassName
{
background-color: #918602;
}
</style>
border-color css
<style>
span { border-color: #918602; }
span { border-color: rgb(145,134,2); }
td.TdClassName
{
border-color: #918602;
}
.TagClassName
{
border-color: #918602;
}
</style>