Shades of Olive #76800A
Tints of Olive #76800A
RGB
CMYK
RGB Variations
Color information
#76800A (or 0x76800A) is known color: Olive. HEX triplet: 76, 80 and 0A. RGB value is (118,128,10). Sum of RGB (Red+Green+Blue) = 118+128+10=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #76800A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76800A is #897FF5. Grayscale: #707070. Windows color (decimal): -9011190 or 688246. OLE color: 688246.
HSL color Cylindrical-coordinate representation of color #76800A: hue angle of 65.08º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76800A is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 128 | 10 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.50 |
| HSL | 65.08º | 0.86% | 0.27% | - |
| HSV(B) | 65.08º | 0.92% | 0.5% | - |
| XYZ | 15.25 | 19.31 | 3.21 | - |
| YUV | 111.56 | 70.69 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 10 | 0.08 | 0 | 0.92 | 0.50 | 65.08 | 0.86 | 0.27 |
| Hex | 76 | 80 | A | 8 | 0 | 5C | 32 | 41 | 56 | 1B |
| Octal | 166 | 200 | 12 | 10 | 0 | 134 | 62 | 101 | 126 | 33 |
| Binary | 1110110 | 10000000 | 1010 | 1000 | 0 | 1011100 | 110010 | 1000001 | 1010110 | 11011 |
Color Harmonies of #76800A
Complementary color
Monochromatic Colors of #76800A
Black with #76800A
Text Example
Text Example
White with #76800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76800A; }
p { color: rgb(118,128,10); }
H1.HeaderClassName
{
color: #76800A;
}
.AnyTagClassName
{
color: #76800A;
}
</style>
background-color css
<style>
a { background-color: #76800A; }
a { background-color: rgb(118,128,10); }
div.DivClassName
{
background-color: #76800A;
}
.BgClassName
{
background-color: #76800A;
}
</style>
border-color css
<style>
span { border-color: #76800A; }
span { border-color: rgb(118,128,10); }
td.TdClassName
{
border-color: #76800A;
}
.TagClassName
{
border-color: #76800A;
}
</style>