Shades of Olive #83780D
Tints of Olive #83780D
RGB
CMYK
RGB Variations
Color information
#83780D (or 0x83780D) is known color: Olive. HEX triplet: 83, 78 and 0D. RGB value is (131,120,13). Sum of RGB (Red+Green+Blue) = 131+120+13=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #83780D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83780D is #7C87F2. Grayscale: #6F6F6F. Windows color (decimal): -8161267 or 882819. OLE color: 882819.
HSL color Cylindrical-coordinate representation of color #83780D: hue angle of 54.41º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83780D is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 120 | 13 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.49 |
| HSL | 54.41º | 0.82% | 0.28% | - |
| HSV(B) | 54.41º | 0.9% | 0.51% | - |
| XYZ | 16.15 | 18.29 | 3.06 | - |
| YUV | 111.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 13 | 0 | 0.08 | 0.90 | 0.49 | 54.41 | 0.82 | 0.28 |
| Hex | 83 | 78 | D | 0 | 8 | 5A | 31 | 36 | 52 | 1C |
| Octal | 203 | 170 | 15 | 0 | 10 | 132 | 61 | 66 | 122 | 34 |
| Binary | 10000011 | 1111000 | 1101 | 0 | 1000 | 1011010 | 110001 | 110110 | 1010010 | 11100 |
Color Harmonies of #83780D
Complementary color
Monochromatic Colors of #83780D
Black with #83780D
Text Example
Text Example
White with #83780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83780D; }
p { color: rgb(131,120,13); }
H1.HeaderClassName
{
color: #83780D;
}
.AnyTagClassName
{
color: #83780D;
}
</style>
background-color css
<style>
a { background-color: #83780D; }
a { background-color: rgb(131,120,13); }
div.DivClassName
{
background-color: #83780D;
}
.BgClassName
{
background-color: #83780D;
}
</style>
border-color css
<style>
span { border-color: #83780D; }
span { border-color: rgb(131,120,13); }
td.TdClassName
{
border-color: #83780D;
}
.TagClassName
{
border-color: #83780D;
}
</style>