Shades of Olive #80760D
Tints of Olive #80760D
RGB
CMYK
RGB Variations
Color information
#80760D (or 0x80760D) is known color: Olive. HEX triplet: 80, 76 and 0D. RGB value is (128,118,13). Sum of RGB (Red+Green+Blue) = 128+118+13=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80760D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80760D is #7F89F2. Grayscale: #6D6D6D. Windows color (decimal): -8358387 or 882304. OLE color: 882304.
HSL color Cylindrical-coordinate representation of color #80760D: hue angle of 54.78º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80760D is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 118 | 13 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.50 |
| HSL | 54.78º | 0.82% | 0.28% | - |
| HSV(B) | 54.78º | 0.9% | 0.5% | - |
| XYZ | 15.45 | 17.58 | 2.96 | - |
| YUV | 109.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 13 | 0 | 0.08 | 0.90 | 0.50 | 54.78 | 0.82 | 0.28 |
| Hex | 80 | 76 | D | 0 | 8 | 5A | 32 | 37 | 52 | 1C |
| Octal | 200 | 166 | 15 | 0 | 10 | 132 | 62 | 67 | 122 | 34 |
| Binary | 10000000 | 1110110 | 1101 | 0 | 1000 | 1011010 | 110010 | 110111 | 1010010 | 11100 |
Color Harmonies of #80760D
Complementary color
Monochromatic Colors of #80760D
Black with #80760D
Text Example
Text Example
White with #80760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80760D; }
p { color: rgb(128,118,13); }
H1.HeaderClassName
{
color: #80760D;
}
.AnyTagClassName
{
color: #80760D;
}
</style>
background-color css
<style>
a { background-color: #80760D; }
a { background-color: rgb(128,118,13); }
div.DivClassName
{
background-color: #80760D;
}
.BgClassName
{
background-color: #80760D;
}
</style>
border-color css
<style>
span { border-color: #80760D; }
span { border-color: rgb(128,118,13); }
td.TdClassName
{
border-color: #80760D;
}
.TagClassName
{
border-color: #80760D;
}
</style>