Shades of Olive #83800D
Tints of Olive #83800D
RGB
CMYK
RGB Variations
Color information
#83800D (or 0x83800D) is known color: Olive. HEX triplet: 83, 80 and 0D. RGB value is (131,128,13). Sum of RGB (Red+Green+Blue) = 131+128+13=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #83800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83800D is #7C7FF2. Grayscale: #747474. Windows color (decimal): -8159219 or 884867. OLE color: 884867.
HSL color Cylindrical-coordinate representation of color #83800D: hue angle of 58.47º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83800D is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 128 | 13 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.49 |
| HSL | 58.47º | 0.82% | 0.28% | - |
| HSV(B) | 58.47º | 0.9% | 0.51% | - |
| XYZ | 17.15 | 20.29 | 3.39 | - |
| YUV | 115.79 | 69.99 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 13 | 0 | 0.02 | 0.90 | 0.49 | 58.47 | 0.82 | 0.28 |
| Hex | 83 | 80 | D | 0 | 2 | 5A | 31 | 3A | 52 | 1C |
| Octal | 203 | 200 | 15 | 0 | 2 | 132 | 61 | 72 | 122 | 34 |
| Binary | 10000011 | 10000000 | 1101 | 0 | 10 | 1011010 | 110001 | 111010 | 1010010 | 11100 |
Color Harmonies of #83800D
Complementary color
Monochromatic Colors of #83800D
Black with #83800D
Text Example
Text Example
White with #83800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83800D; }
p { color: rgb(131,128,13); }
H1.HeaderClassName
{
color: #83800D;
}
.AnyTagClassName
{
color: #83800D;
}
</style>
background-color css
<style>
a { background-color: #83800D; }
a { background-color: rgb(131,128,13); }
div.DivClassName
{
background-color: #83800D;
}
.BgClassName
{
background-color: #83800D;
}
</style>
border-color css
<style>
span { border-color: #83800D; }
span { border-color: rgb(131,128,13); }
td.TdClassName
{
border-color: #83800D;
}
.TagClassName
{
border-color: #83800D;
}
</style>