Shades of Olive #918005
Tints of Olive #918005
RGB
CMYK
RGB Variations
Color information
#918005 (or 0x918005) is known color: Olive. HEX triplet: 91, 80 and 05. RGB value is (145,128,5). Sum of RGB (Red+Green+Blue) = 145+128+5=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #918005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918005 is #6E7FFA. Grayscale: #777777. Windows color (decimal): -7241723 or 360593. OLE color: 360593.
HSL color Cylindrical-coordinate representation of color #918005: hue angle of 52.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #918005 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 128 | 5 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.43 |
| HSL | 52.71º | 0.93% | 0.29% | - |
| HSV(B) | 52.71º | 0.97% | 0.57% | - |
| XYZ | 19.42 | 21.47 | 3.26 | - |
| YUV | 119.06 | 63.63 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 5 | 0 | 0.12 | 0.97 | 0.43 | 52.71 | 0.93 | 0.29 |
| Hex | 91 | 80 | 5 | 0 | C | 61 | 2B | 35 | 5D | 1D |
| Octal | 221 | 200 | 5 | 0 | 14 | 141 | 53 | 65 | 135 | 35 |
| Binary | 10010001 | 10000000 | 101 | 0 | 1100 | 1100001 | 101011 | 110101 | 1011101 | 11101 |
Color Harmonies of #918005
Complementary color
Monochromatic Colors of #918005
Black with #918005
Text Example
Text Example
White with #918005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918005; }
p { color: rgb(145,128,5); }
H1.HeaderClassName
{
color: #918005;
}
.AnyTagClassName
{
color: #918005;
}
</style>
background-color css
<style>
a { background-color: #918005; }
a { background-color: rgb(145,128,5); }
div.DivClassName
{
background-color: #918005;
}
.BgClassName
{
background-color: #918005;
}
</style>
border-color css
<style>
span { border-color: #918005; }
span { border-color: rgb(145,128,5); }
td.TdClassName
{
border-color: #918005;
}
.TagClassName
{
border-color: #918005;
}
</style>