Shades of Olive #83750B
Tints of Olive #83750B
RGB
CMYK
RGB Variations
Color information
#83750B (or 0x83750B) is known color: Olive. HEX triplet: 83, 75 and 0B. RGB value is (131,117,11). Sum of RGB (Red+Green+Blue) = 131+117+11=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #83750B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83750B is #7C8AF4. Grayscale: #6D6D6D. Windows color (decimal): -8162037 or 750979. OLE color: 750979.
HSL color Cylindrical-coordinate representation of color #83750B: hue angle of 53º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83750B is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 117 | 11 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.49 |
| HSL | 53º | 0.85% | 0.28% | - |
| HSV(B) | 53º | 0.92% | 0.51% | - |
| XYZ | 15.78 | 17.57 | 2.88 | - |
| YUV | 109.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 11 | 0 | 0.11 | 0.92 | 0.49 | 53 | 0.85 | 0.28 |
| Hex | 83 | 75 | B | 0 | B | 5C | 31 | 35 | 55 | 1C |
| Octal | 203 | 165 | 13 | 0 | 13 | 134 | 61 | 65 | 125 | 34 |
| Binary | 10000011 | 1110101 | 1011 | 0 | 1011 | 1011100 | 110001 | 110101 | 1010101 | 11100 |
Color Harmonies of #83750B
Complementary color
Monochromatic Colors of #83750B
Black with #83750B
Text Example
Text Example
White with #83750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83750B; }
p { color: rgb(131,117,11); }
H1.HeaderClassName
{
color: #83750B;
}
.AnyTagClassName
{
color: #83750B;
}
</style>
background-color css
<style>
a { background-color: #83750B; }
a { background-color: rgb(131,117,11); }
div.DivClassName
{
background-color: #83750B;
}
.BgClassName
{
background-color: #83750B;
}
</style>
border-color css
<style>
span { border-color: #83750B; }
span { border-color: rgb(131,117,11); }
td.TdClassName
{
border-color: #83750B;
}
.TagClassName
{
border-color: #83750B;
}
</style>