Shades of Olive #918E03
Tints of Olive #918E03
RGB
CMYK
RGB Variations
Color information
#918E03 (or 0x918E03) is known color: Olive. HEX triplet: 91, 8E and 03. RGB value is (145,142,3). Sum of RGB (Red+Green+Blue) = 145+142+3=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #918E03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918E03 is #6E71FC. Grayscale: #7F7F7F. Windows color (decimal): -7238141 or 233105. OLE color: 233105.
HSL color Cylindrical-coordinate representation of color #918E03: hue angle of 58.73º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #918E03 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 3 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.43 |
| HSL | 58.73º | 0.96% | 0.29% | - |
| HSV(B) | 58.73º | 0.98% | 0.57% | - |
| XYZ | 21.37 | 25.37 | 3.86 | - |
| YUV | 127.05 | 57.99 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 3 | 0 | 0.02 | 0.98 | 0.43 | 58.73 | 0.96 | 0.29 |
| Hex | 91 | 8E | 3 | 0 | 2 | 62 | 2B | 3B | 60 | 1D |
| Octal | 221 | 216 | 3 | 0 | 2 | 142 | 53 | 73 | 140 | 35 |
| Binary | 10010001 | 10001110 | 11 | 0 | 10 | 1100010 | 101011 | 111011 | 1100000 | 11101 |
Color Harmonies of #918E03
Complementary color
Monochromatic Colors of #918E03
Black with #918E03
Text Example
Text Example
White with #918E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E03; }
p { color: rgb(145,142,3); }
H1.HeaderClassName
{
color: #918E03;
}
.AnyTagClassName
{
color: #918E03;
}
</style>
background-color css
<style>
a { background-color: #918E03; }
a { background-color: rgb(145,142,3); }
div.DivClassName
{
background-color: #918E03;
}
.BgClassName
{
background-color: #918E03;
}
</style>
border-color css
<style>
span { border-color: #918E03; }
span { border-color: rgb(145,142,3); }
td.TdClassName
{
border-color: #918E03;
}
.TagClassName
{
border-color: #918E03;
}
</style>