Shades of Olive #83880F
Tints of Olive #83880F
RGB
CMYK
RGB Variations
Color information
#83880F (or 0x83880F) is known color: Olive. HEX triplet: 83, 88 and 0F. RGB value is (131,136,15). Sum of RGB (Red+Green+Blue) = 131+136+15=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #83880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83880F is #7C77F0. Grayscale: #797979. Windows color (decimal): -8157169 or 1017987. OLE color: 1017987.
HSL color Cylindrical-coordinate representation of color #83880F: hue angle of 62.48º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83880F is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 15 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.47 |
| HSL | 62.48º | 0.8% | 0.3% | - |
| HSV(B) | 62.48º | 0.89% | 0.53% | - |
| XYZ | 18.25 | 22.47 | 3.83 | - |
| YUV | 120.71 | 68.34 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 15 | 0.04 | 0 | 0.89 | 0.47 | 62.48 | 0.8 | 0.3 |
| Hex | 83 | 88 | F | 4 | 0 | 59 | 2F | 3E | 50 | 1E |
| Octal | 203 | 210 | 17 | 4 | 0 | 131 | 57 | 76 | 120 | 36 |
| Binary | 10000011 | 10001000 | 1111 | 100 | 0 | 1011001 | 101111 | 111110 | 1010000 | 11110 |
Color Harmonies of #83880F
Complementary color
Monochromatic Colors of #83880F
Black with #83880F
Text Example
Text Example
White with #83880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83880F; }
p { color: rgb(131,136,15); }
H1.HeaderClassName
{
color: #83880F;
}
.AnyTagClassName
{
color: #83880F;
}
</style>
background-color css
<style>
a { background-color: #83880F; }
a { background-color: rgb(131,136,15); }
div.DivClassName
{
background-color: #83880F;
}
.BgClassName
{
background-color: #83880F;
}
</style>
border-color css
<style>
span { border-color: #83880F; }
span { border-color: rgb(131,136,15); }
td.TdClassName
{
border-color: #83880F;
}
.TagClassName
{
border-color: #83880F;
}
</style>