Shades of Olive #8D9507
Tints of Olive #8D9507
RGB
CMYK
RGB Variations
Color information
#8D9507 (or 0x8D9507) is known color: Olive. HEX triplet: 8D, 95 and 07. RGB value is (141,149,7). Sum of RGB (Red+Green+Blue) = 141+149+7=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #8D9507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9507 is #726AF8. Grayscale: #828282. Windows color (decimal): -7498489 or 497037. OLE color: 497037.
HSL color Cylindrical-coordinate representation of color #8D9507: hue angle of 63.38º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D9507 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 7 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.42 |
| HSL | 63.38º | 0.91% | 0.31% | - |
| HSV(B) | 63.38º | 0.95% | 0.58% | - |
| XYZ | 21.77 | 27.17 | 4.3 | - |
| YUV | 130.42 | 58.35 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 7 | 0.05 | 0 | 0.95 | 0.42 | 63.38 | 0.91 | 0.31 |
| Hex | 8D | 95 | 7 | 5 | 0 | 5F | 2A | 3F | 5B | 1F |
| Octal | 215 | 225 | 7 | 5 | 0 | 137 | 52 | 77 | 133 | 37 |
| Binary | 10001101 | 10010101 | 111 | 101 | 0 | 1011111 | 101010 | 111111 | 1011011 | 11111 |
Color Harmonies of #8D9507
Complementary color
Monochromatic Colors of #8D9507
Black with #8D9507
Text Example
Text Example
White with #8D9507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9507; }
p { color: rgb(141,149,7); }
H1.HeaderClassName
{
color: #8D9507;
}
.AnyTagClassName
{
color: #8D9507;
}
</style>
background-color css
<style>
a { background-color: #8D9507; }
a { background-color: rgb(141,149,7); }
div.DivClassName
{
background-color: #8D9507;
}
.BgClassName
{
background-color: #8D9507;
}
</style>
border-color css
<style>
span { border-color: #8D9507; }
span { border-color: rgb(141,149,7); }
td.TdClassName
{
border-color: #8D9507;
}
.TagClassName
{
border-color: #8D9507;
}
</style>