Shades of Olive #918F08
Tints of Olive #918F08
RGB
CMYK
RGB Variations
Color information
#918F08 (or 0x918F08) is known color: Olive. HEX triplet: 91, 8F and 08. RGB value is (145,143,8). Sum of RGB (Red+Green+Blue) = 145+143+8=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 143 (56.25% from 255 or 48.31% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #918F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918F08 is #6E70F7. Grayscale: #808080. Windows color (decimal): -7237880 or 561041. OLE color: 561041.
HSL color Cylindrical-coordinate representation of color #918F08: hue angle of 59.12º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #918F08 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 8 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.43 |
| HSL | 59.12º | 0.9% | 0.3% | - |
| HSV(B) | 59.12º | 0.94% | 0.57% | - |
| XYZ | 21.54 | 25.68 | 4.05 | - |
| YUV | 128.21 | 60.16 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 8 | 0 | 0.01 | 0.94 | 0.43 | 59.12 | 0.9 | 0.3 |
| Hex | 91 | 8F | 8 | 0 | 1 | 5E | 2B | 3B | 5A | 1E |
| Octal | 221 | 217 | 10 | 0 | 1 | 136 | 53 | 73 | 132 | 36 |
| Binary | 10010001 | 10001111 | 1000 | 0 | 1 | 1011110 | 101011 | 111011 | 1011010 | 11110 |
Color Harmonies of #918F08
Complementary color
Monochromatic Colors of #918F08
Black with #918F08
Text Example
Text Example
White with #918F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F08; }
p { color: rgb(145,143,8); }
H1.HeaderClassName
{
color: #918F08;
}
.AnyTagClassName
{
color: #918F08;
}
</style>
background-color css
<style>
a { background-color: #918F08; }
a { background-color: rgb(145,143,8); }
div.DivClassName
{
background-color: #918F08;
}
.BgClassName
{
background-color: #918F08;
}
</style>
border-color css
<style>
span { border-color: #918F08; }
span { border-color: rgb(145,143,8); }
td.TdClassName
{
border-color: #918F08;
}
.TagClassName
{
border-color: #918F08;
}
</style>