Shades of Olive #80760F
Tints of Olive #80760F
RGB
CMYK
RGB Variations
Color information
#80760F (or 0x80760F) is known color: Olive. HEX triplet: 80, 76 and 0F. RGB value is (128,118,15). Sum of RGB (Red+Green+Blue) = 128+118+15=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #80760F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80760F is #7F89F0. Grayscale: #6D6D6D. Windows color (decimal): -8358385 or 1013376. OLE color: 1013376.
HSL color Cylindrical-coordinate representation of color #80760F: hue angle of 54.69º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80760F is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 118 | 15 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.50 |
| HSL | 54.69º | 0.79% | 0.28% | - |
| HSV(B) | 54.69º | 0.88% | 0.5% | - |
| XYZ | 15.47 | 17.58 | 3.03 | - |
| YUV | 109.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 15 | 0 | 0.08 | 0.88 | 0.50 | 54.69 | 0.79 | 0.28 |
| Hex | 80 | 76 | F | 0 | 8 | 58 | 32 | 37 | 4F | 1C |
| Octal | 200 | 166 | 17 | 0 | 10 | 130 | 62 | 67 | 117 | 34 |
| Binary | 10000000 | 1110110 | 1111 | 0 | 1000 | 1011000 | 110010 | 110111 | 1001111 | 11100 |
Color Harmonies of #80760F
Complementary color
Monochromatic Colors of #80760F
Black with #80760F
Text Example
Text Example
White with #80760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80760F; }
p { color: rgb(128,118,15); }
H1.HeaderClassName
{
color: #80760F;
}
.AnyTagClassName
{
color: #80760F;
}
</style>
background-color css
<style>
a { background-color: #80760F; }
a { background-color: rgb(128,118,15); }
div.DivClassName
{
background-color: #80760F;
}
.BgClassName
{
background-color: #80760F;
}
</style>
border-color css
<style>
span { border-color: #80760F; }
span { border-color: rgb(128,118,15); }
td.TdClassName
{
border-color: #80760F;
}
.TagClassName
{
border-color: #80760F;
}
</style>