Shades of Olive #83790C
Tints of Olive #83790C
RGB
CMYK
RGB Variations
Color information
#83790C (or 0x83790C) is known color: Olive. HEX triplet: 83, 79 and 0C. RGB value is (131,121,12). Sum of RGB (Red+Green+Blue) = 131+121+12=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #83790C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83790C is #7C86F3. Grayscale: #707070. Windows color (decimal): -8161012 or 817539. OLE color: 817539.
HSL color Cylindrical-coordinate representation of color #83790C: hue angle of 54.96º 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 #83790C is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 121 | 12 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.49 |
| HSL | 54.96º | 0.83% | 0.28% | - |
| HSV(B) | 54.96º | 0.91% | 0.51% | - |
| XYZ | 16.26 | 18.53 | 3.07 | - |
| YUV | 111.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 121 | 12 | 0 | 0.08 | 0.91 | 0.49 | 54.96 | 0.83 | 0.28 |
| Hex | 83 | 79 | C | 0 | 8 | 5B | 31 | 37 | 53 | 1C |
| Octal | 203 | 171 | 14 | 0 | 10 | 133 | 61 | 67 | 123 | 34 |
| Binary | 10000011 | 1111001 | 1100 | 0 | 1000 | 1011011 | 110001 | 110111 | 1010011 | 11100 |
Color Harmonies of #83790C
Complementary color
Monochromatic Colors of #83790C
Black with #83790C
Text Example
Text Example
White with #83790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83790C; }
p { color: rgb(131,121,12); }
H1.HeaderClassName
{
color: #83790C;
}
.AnyTagClassName
{
color: #83790C;
}
</style>
background-color css
<style>
a { background-color: #83790C; }
a { background-color: rgb(131,121,12); }
div.DivClassName
{
background-color: #83790C;
}
.BgClassName
{
background-color: #83790C;
}
</style>
border-color css
<style>
span { border-color: #83790C; }
span { border-color: rgb(131,121,12); }
td.TdClassName
{
border-color: #83790C;
}
.TagClassName
{
border-color: #83790C;
}
</style>