Shades of Olive #83850C
Tints of Olive #83850C
RGB
CMYK
RGB Variations
Color information
#83850C (or 0x83850C) is known color: Olive. HEX triplet: 83, 85 and 0C. RGB value is (131,133,12). Sum of RGB (Red+Green+Blue) = 131+133+12=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #83850C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83850C is #7C7AF3. Grayscale: #777777. Windows color (decimal): -8157940 or 820611. OLE color: 820611.
HSL color Cylindrical-coordinate representation of color #83850C: hue angle of 60.99º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83850C is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 133 | 12 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.48 |
| HSL | 60.99º | 0.83% | 0.28% | - |
| HSV(B) | 60.99º | 0.91% | 0.52% | - |
| XYZ | 17.81 | 21.63 | 3.58 | - |
| YUV | 118.61 | 67.84 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 133 | 12 | 0.02 | 0 | 0.91 | 0.48 | 60.99 | 0.83 | 0.28 |
| Hex | 83 | 85 | C | 2 | 0 | 5B | 30 | 3D | 53 | 1C |
| Octal | 203 | 205 | 14 | 2 | 0 | 133 | 60 | 75 | 123 | 34 |
| Binary | 10000011 | 10000101 | 1100 | 10 | 0 | 1011011 | 110000 | 111101 | 1010011 | 11100 |
Color Harmonies of #83850C
Complementary color
Monochromatic Colors of #83850C
Black with #83850C
Text Example
Text Example
White with #83850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83850C; }
p { color: rgb(131,133,12); }
H1.HeaderClassName
{
color: #83850C;
}
.AnyTagClassName
{
color: #83850C;
}
</style>
background-color css
<style>
a { background-color: #83850C; }
a { background-color: rgb(131,133,12); }
div.DivClassName
{
background-color: #83850C;
}
.BgClassName
{
background-color: #83850C;
}
</style>
border-color css
<style>
span { border-color: #83850C; }
span { border-color: rgb(131,133,12); }
td.TdClassName
{
border-color: #83850C;
}
.TagClassName
{
border-color: #83850C;
}
</style>