Shades of Olive #83770C
Tints of Olive #83770C
RGB
CMYK
RGB Variations
Color information
#83770C (or 0x83770C) is known color: Olive. HEX triplet: 83, 77 and 0C. RGB value is (131,119,12). Sum of RGB (Red+Green+Blue) = 131+119+12=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #83770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83770C is #7C88F3. Grayscale: #6E6E6E. Windows color (decimal): -8161524 or 817027. OLE color: 817027.
HSL color Cylindrical-coordinate representation of color #83770C: hue angle of 53.95º 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 #83770C is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 119 | 12 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.49 |
| HSL | 53.95º | 0.83% | 0.28% | - |
| HSV(B) | 53.95º | 0.91% | 0.51% | - |
| XYZ | 16.02 | 18.05 | 2.99 | - |
| YUV | 110.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 119 | 12 | 0 | 0.09 | 0.91 | 0.49 | 53.95 | 0.83 | 0.28 |
| Hex | 83 | 77 | C | 0 | 9 | 5B | 31 | 36 | 53 | 1C |
| Octal | 203 | 167 | 14 | 0 | 11 | 133 | 61 | 66 | 123 | 34 |
| Binary | 10000011 | 1110111 | 1100 | 0 | 1001 | 1011011 | 110001 | 110110 | 1010011 | 11100 |
Color Harmonies of #83770C
Complementary color
Monochromatic Colors of #83770C
Black with #83770C
Text Example
Text Example
White with #83770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83770C; }
p { color: rgb(131,119,12); }
H1.HeaderClassName
{
color: #83770C;
}
.AnyTagClassName
{
color: #83770C;
}
</style>
background-color css
<style>
a { background-color: #83770C; }
a { background-color: rgb(131,119,12); }
div.DivClassName
{
background-color: #83770C;
}
.BgClassName
{
background-color: #83770C;
}
</style>
border-color css
<style>
span { border-color: #83770C; }
span { border-color: rgb(131,119,12); }
td.TdClassName
{
border-color: #83770C;
}
.TagClassName
{
border-color: #83770C;
}
</style>