Shades of Olive #83730C
Tints of Olive #83730C
RGB
CMYK
RGB Variations
Color information
#83730C (or 0x83730C) is known color: Olive. HEX triplet: 83, 73 and 0C. RGB value is (131,115,12). Sum of RGB (Red+Green+Blue) = 131+115+12=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #83730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83730C is #7C8CF3. Grayscale: #6C6C6C. Windows color (decimal): -8162548 or 816003. OLE color: 816003.
HSL color Cylindrical-coordinate representation of color #83730C: hue angle of 51.93º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83730C is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 115 | 12 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.49 |
| HSL | 51.93º | 0.83% | 0.28% | - |
| HSV(B) | 51.93º | 0.91% | 0.51% | - |
| XYZ | 15.56 | 17.11 | 2.83 | - |
| YUV | 108.04 | 73.8 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 12 | 0 | 0.12 | 0.91 | 0.49 | 51.93 | 0.83 | 0.28 |
| Hex | 83 | 73 | C | 0 | C | 5B | 31 | 34 | 53 | 1C |
| Octal | 203 | 163 | 14 | 0 | 14 | 133 | 61 | 64 | 123 | 34 |
| Binary | 10000011 | 1110011 | 1100 | 0 | 1100 | 1011011 | 110001 | 110100 | 1010011 | 11100 |
Color Harmonies of #83730C
Complementary color
Monochromatic Colors of #83730C
Black with #83730C
Text Example
Text Example
White with #83730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83730C; }
p { color: rgb(131,115,12); }
H1.HeaderClassName
{
color: #83730C;
}
.AnyTagClassName
{
color: #83730C;
}
</style>
background-color css
<style>
a { background-color: #83730C; }
a { background-color: rgb(131,115,12); }
div.DivClassName
{
background-color: #83730C;
}
.BgClassName
{
background-color: #83730C;
}
</style>
border-color css
<style>
span { border-color: #83730C; }
span { border-color: rgb(131,115,12); }
td.TdClassName
{
border-color: #83730C;
}
.TagClassName
{
border-color: #83730C;
}
</style>