Shades of Olive #8F830D
Tints of Olive #8F830D
RGB
CMYK
RGB Variations
Color information
#8F830D (or 0x8F830D) is known color: Olive. HEX triplet: 8F, 83 and 0D. RGB value is (143,131,13). Sum of RGB (Red+Green+Blue) = 143+131+13=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F830D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F830D is #707CF2. Grayscale: #797979. Windows color (decimal): -7372019 or 885647. OLE color: 885647.
HSL color Cylindrical-coordinate representation of color #8F830D: hue angle of 54.46º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F830D is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 131 | 13 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.44 |
| HSL | 54.46º | 0.83% | 0.31% | - |
| HSV(B) | 54.46º | 0.91% | 0.56% | - |
| XYZ | 19.52 | 22.1 | 3.62 | - |
| YUV | 121.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 13 | 0 | 0.08 | 0.91 | 0.44 | 54.46 | 0.83 | 0.31 |
| Hex | 8F | 83 | D | 0 | 8 | 5B | 2C | 36 | 53 | 1F |
| Octal | 217 | 203 | 15 | 0 | 10 | 133 | 54 | 66 | 123 | 37 |
| Binary | 10001111 | 10000011 | 1101 | 0 | 1000 | 1011011 | 101100 | 110110 | 1010011 | 11111 |
Color Harmonies of #8F830D
Complementary color
Monochromatic Colors of #8F830D
Black with #8F830D
Text Example
Text Example
White with #8F830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F830D; }
p { color: rgb(143,131,13); }
H1.HeaderClassName
{
color: #8F830D;
}
.AnyTagClassName
{
color: #8F830D;
}
</style>
background-color css
<style>
a { background-color: #8F830D; }
a { background-color: rgb(143,131,13); }
div.DivClassName
{
background-color: #8F830D;
}
.BgClassName
{
background-color: #8F830D;
}
</style>
border-color css
<style>
span { border-color: #8F830D; }
span { border-color: rgb(143,131,13); }
td.TdClassName
{
border-color: #8F830D;
}
.TagClassName
{
border-color: #8F830D;
}
</style>