Shades of Olive #8D830D
Tints of Olive #8D830D
RGB
CMYK
RGB Variations
Color information
#8D830D (or 0x8D830D) is known color: Olive. HEX triplet: 8D, 83 and 0D. RGB value is (141,131,13). Sum of RGB (Red+Green+Blue) = 141+131+13=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D830D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D830D is #727CF2. Grayscale: #797979. Windows color (decimal): -7503091 or 885645. OLE color: 885645.
HSL color Cylindrical-coordinate representation of color #8D830D: hue angle of 55.31º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D830D is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 13 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.45 |
| HSL | 55.31º | 0.83% | 0.3% | - |
| HSV(B) | 55.31º | 0.91% | 0.55% | - |
| XYZ | 19.17 | 21.92 | 3.6 | - |
| YUV | 120.54 | 67.31 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 13 | 0 | 0.07 | 0.91 | 0.45 | 55.31 | 0.83 | 0.3 |
| Hex | 8D | 83 | D | 0 | 7 | 5B | 2D | 37 | 53 | 1E |
| Octal | 215 | 203 | 15 | 0 | 7 | 133 | 55 | 67 | 123 | 36 |
| Binary | 10001101 | 10000011 | 1101 | 0 | 111 | 1011011 | 101101 | 110111 | 1010011 | 11110 |
Color Harmonies of #8D830D
Complementary color
Monochromatic Colors of #8D830D
Black with #8D830D
Text Example
Text Example
White with #8D830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D830D; }
p { color: rgb(141,131,13); }
H1.HeaderClassName
{
color: #8D830D;
}
.AnyTagClassName
{
color: #8D830D;
}
</style>
background-color css
<style>
a { background-color: #8D830D; }
a { background-color: rgb(141,131,13); }
div.DivClassName
{
background-color: #8D830D;
}
.BgClassName
{
background-color: #8D830D;
}
</style>
border-color css
<style>
span { border-color: #8D830D; }
span { border-color: rgb(141,131,13); }
td.TdClassName
{
border-color: #8D830D;
}
.TagClassName
{
border-color: #8D830D;
}
</style>