Shades of Olive #918D02
Tints of Olive #918D02
RGB
CMYK
RGB Variations
Color information
#918D02 (or 0x918D02) is known color: Olive. HEX triplet: 91, 8D and 02. RGB value is (145,141,2). Sum of RGB (Red+Green+Blue) = 145+141+2=288 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.35% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 145 - color contains mainly: red. Hex color #918D02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918D02 is #6E72FD. Grayscale: #7E7E7E. Windows color (decimal): -7238398 or 167313. OLE color: 167313.
HSL color Cylindrical-coordinate representation of color #918D02: hue angle of 58.32º 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 #918D02 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 141 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.43 |
| HSL | 58.32º | 0.97% | 0.29% | - |
| HSV(B) | 58.32º | 0.99% | 0.57% | - |
| XYZ | 21.21 | 25.07 | 3.78 | - |
| YUV | 126.35 | 57.83 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 2 | 0 | 0.03 | 0.99 | 0.43 | 58.32 | 0.97 | 0.29 |
| Hex | 91 | 8D | 2 | 0 | 3 | 63 | 2B | 3A | 61 | 1D |
| Octal | 221 | 215 | 2 | 0 | 3 | 143 | 53 | 72 | 141 | 35 |
| Binary | 10010001 | 10001101 | 10 | 0 | 11 | 1100011 | 101011 | 111010 | 1100001 | 11101 |
Color Harmonies of #918D02
Complementary color
Monochromatic Colors of #918D02
Black with #918D02
Text Example
Text Example
White with #918D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918D02; }
p { color: rgb(145,141,2); }
H1.HeaderClassName
{
color: #918D02;
}
.AnyTagClassName
{
color: #918D02;
}
</style>
background-color css
<style>
a { background-color: #918D02; }
a { background-color: rgb(145,141,2); }
div.DivClassName
{
background-color: #918D02;
}
.BgClassName
{
background-color: #918D02;
}
</style>
border-color css
<style>
span { border-color: #918D02; }
span { border-color: rgb(145,141,2); }
td.TdClassName
{
border-color: #918D02;
}
.TagClassName
{
border-color: #918D02;
}
</style>