Shades of Olive #8D9407
Tints of Olive #8D9407
RGB
CMYK
RGB Variations
Color information
#8D9407 (or 0x8D9407) is known color: Olive. HEX triplet: 8D, 94 and 07. RGB value is (141,148,7). Sum of RGB (Red+Green+Blue) = 141+148+7=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #8D9407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9407 is #726BF8. Grayscale: #828282. Windows color (decimal): -7498745 or 496781. OLE color: 496781.
HSL color Cylindrical-coordinate representation of color #8D9407: hue angle of 62.98º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D9407 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 148 | 7 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.42 |
| HSL | 62.98º | 0.91% | 0.3% | - |
| HSV(B) | 62.98º | 0.95% | 0.58% | - |
| XYZ | 21.61 | 26.86 | 4.25 | - |
| YUV | 129.83 | 58.68 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 7 | 0.05 | 0 | 0.95 | 0.42 | 62.98 | 0.91 | 0.3 |
| Hex | 8D | 94 | 7 | 5 | 0 | 5F | 2A | 3F | 5B | 1E |
| Octal | 215 | 224 | 7 | 5 | 0 | 137 | 52 | 77 | 133 | 36 |
| Binary | 10001101 | 10010100 | 111 | 101 | 0 | 1011111 | 101010 | 111111 | 1011011 | 11110 |
Color Harmonies of #8D9407
Complementary color
Monochromatic Colors of #8D9407
Black with #8D9407
Text Example
Text Example
White with #8D9407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9407; }
p { color: rgb(141,148,7); }
H1.HeaderClassName
{
color: #8D9407;
}
.AnyTagClassName
{
color: #8D9407;
}
</style>
background-color css
<style>
a { background-color: #8D9407; }
a { background-color: rgb(141,148,7); }
div.DivClassName
{
background-color: #8D9407;
}
.BgClassName
{
background-color: #8D9407;
}
</style>
border-color css
<style>
span { border-color: #8D9407; }
span { border-color: rgb(141,148,7); }
td.TdClassName
{
border-color: #8D9407;
}
.TagClassName
{
border-color: #8D9407;
}
</style>