Shades of Olive #918A04
Tints of Olive #918A04
RGB
CMYK
RGB Variations
Color information
#918A04 (or 0x918A04) is known color: Olive. HEX triplet: 91, 8A and 04. RGB value is (145,138,4). Sum of RGB (Red+Green+Blue) = 145+138+4=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 138 (54.30% from 255 or 48.08% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #918A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918A04 is #6E75FB. Grayscale: #7D7D7D. Windows color (decimal): -7239164 or 297617. OLE color: 297617.
HSL color Cylindrical-coordinate representation of color #918A04: hue angle of 57.02º degrees, saturation: 0.95, 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 #918A04 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 4 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.43 |
| HSL | 57.02º | 0.95% | 0.29% | - |
| HSV(B) | 57.02º | 0.97% | 0.57% | - |
| XYZ | 20.79 | 24.21 | 3.69 | - |
| YUV | 124.82 | 59.82 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 4 | 0 | 0.05 | 0.97 | 0.43 | 57.02 | 0.95 | 0.29 |
| Hex | 91 | 8A | 4 | 0 | 5 | 61 | 2B | 39 | 5F | 1D |
| Octal | 221 | 212 | 4 | 0 | 5 | 141 | 53 | 71 | 137 | 35 |
| Binary | 10010001 | 10001010 | 100 | 0 | 101 | 1100001 | 101011 | 111001 | 1011111 | 11101 |
Color Harmonies of #918A04
Complementary color
Monochromatic Colors of #918A04
Black with #918A04
Text Example
Text Example
White with #918A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A04; }
p { color: rgb(145,138,4); }
H1.HeaderClassName
{
color: #918A04;
}
.AnyTagClassName
{
color: #918A04;
}
</style>
background-color css
<style>
a { background-color: #918A04; }
a { background-color: rgb(145,138,4); }
div.DivClassName
{
background-color: #918A04;
}
.BgClassName
{
background-color: #918A04;
}
</style>
border-color css
<style>
span { border-color: #918A04; }
span { border-color: rgb(145,138,4); }
td.TdClassName
{
border-color: #918A04;
}
.TagClassName
{
border-color: #918A04;
}
</style>