Shades of Olive #918C01
Tints of Olive #918C01
RGB
CMYK
RGB Variations
Color information
#918C01 (or 0x918C01) is known color: Olive. HEX triplet: 91, 8C and 01. RGB value is (145,140,1). Sum of RGB (Red+Green+Blue) = 145+140+1=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 140 (55.08% from 255 or 48.95% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #918C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918C01 is #6E73FE. Grayscale: #7E7E7E. Windows color (decimal): -7238655 or 101521. OLE color: 101521.
HSL color Cylindrical-coordinate representation of color #918C01: hue angle of 57.92º 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 #918C01 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 140 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.43 |
| HSL | 57.92º | 0.99% | 0.29% | - |
| HSV(B) | 57.92º | 0.99% | 0.57% | - |
| XYZ | 21.06 | 24.78 | 3.7 | - |
| YUV | 125.65 | 57.66 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 1 | 0 | 0.03 | 0.99 | 0.43 | 57.92 | 0.99 | 0.29 |
| Hex | 91 | 8C | 1 | 0 | 3 | 63 | 2B | 3A | 63 | 1D |
| Octal | 221 | 214 | 1 | 0 | 3 | 143 | 53 | 72 | 143 | 35 |
| Binary | 10010001 | 10001100 | 1 | 0 | 11 | 1100011 | 101011 | 111010 | 1100011 | 11101 |
Color Harmonies of #918C01
Complementary color
Monochromatic Colors of #918C01
Black with #918C01
Text Example
Text Example
White with #918C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918C01; }
p { color: rgb(145,140,1); }
H1.HeaderClassName
{
color: #918C01;
}
.AnyTagClassName
{
color: #918C01;
}
</style>
background-color css
<style>
a { background-color: #918C01; }
a { background-color: rgb(145,140,1); }
div.DivClassName
{
background-color: #918C01;
}
.BgClassName
{
background-color: #918C01;
}
</style>
border-color css
<style>
span { border-color: #918C01; }
span { border-color: rgb(145,140,1); }
td.TdClassName
{
border-color: #918C01;
}
.TagClassName
{
border-color: #918C01;
}
</style>