Shades of Olive #918201
Tints of Olive #918201
RGB
CMYK
RGB Variations
Color information
#918201 (or 0x918201) is known color: Olive. HEX triplet: 91, 82 and 01. RGB value is (145,130,1). Sum of RGB (Red+Green+Blue) = 145+130+1=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #918201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918201 is #6E7DFE. Grayscale: #787878. Windows color (decimal): -7241215 or 98961. OLE color: 98961.
HSL color Cylindrical-coordinate representation of color #918201: hue angle of 53.75º degrees, saturation: 0.99, 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 #918201 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 130 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.43 |
| HSL | 53.75º | 0.99% | 0.29% | - |
| HSV(B) | 53.75º | 0.99% | 0.57% | - |
| XYZ | 19.67 | 21.99 | 3.24 | - |
| YUV | 119.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 1 | 0 | 0.10 | 0.99 | 0.43 | 53.75 | 0.99 | 0.29 |
| Hex | 91 | 82 | 1 | 0 | A | 63 | 2B | 36 | 63 | 1D |
| Octal | 221 | 202 | 1 | 0 | 12 | 143 | 53 | 66 | 143 | 35 |
| Binary | 10010001 | 10000010 | 1 | 0 | 1010 | 1100011 | 101011 | 110110 | 1100011 | 11101 |
Color Harmonies of #918201
Complementary color
Monochromatic Colors of #918201
Black with #918201
Text Example
Text Example
White with #918201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918201; }
p { color: rgb(145,130,1); }
H1.HeaderClassName
{
color: #918201;
}
.AnyTagClassName
{
color: #918201;
}
</style>
background-color css
<style>
a { background-color: #918201; }
a { background-color: rgb(145,130,1); }
div.DivClassName
{
background-color: #918201;
}
.BgClassName
{
background-color: #918201;
}
</style>
border-color css
<style>
span { border-color: #918201; }
span { border-color: rgb(145,130,1); }
td.TdClassName
{
border-color: #918201;
}
.TagClassName
{
border-color: #918201;
}
</style>