Shades of Olive #8A7810
Tints of Olive #8A7810
RGB
CMYK
RGB Variations
Color information
#8A7810 (or 0x8A7810) is known color: Olive. HEX triplet: 8A, 78 and 10. RGB value is (138,120,16). Sum of RGB (Red+Green+Blue) = 138+120+16=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7810 is #7587EF. Grayscale: #717171. Windows color (decimal): -7702512 or 1079434. OLE color: 1079434.
HSL color Cylindrical-coordinate representation of color #8A7810: hue angle of 51.15º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A7810 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 120 | 16 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.46 |
| HSL | 51.15º | 0.79% | 0.3% | - |
| HSV(B) | 51.15º | 0.88% | 0.54% | - |
| XYZ | 17.29 | 18.87 | 3.22 | - |
| YUV | 113.53 | 72.96 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 16 | 0 | 0.13 | 0.88 | 0.46 | 51.15 | 0.79 | 0.3 |
| Hex | 8A | 78 | 10 | 0 | D | 58 | 2E | 33 | 4F | 1E |
| Octal | 212 | 170 | 20 | 0 | 15 | 130 | 56 | 63 | 117 | 36 |
| Binary | 10001010 | 1111000 | 10000 | 0 | 1101 | 1011000 | 101110 | 110011 | 1001111 | 11110 |
Color Harmonies of #8A7810
Complementary color
Monochromatic Colors of #8A7810
Black with #8A7810
Text Example
Text Example
White with #8A7810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7810; }
p { color: rgb(138,120,16); }
H1.HeaderClassName
{
color: #8A7810;
}
.AnyTagClassName
{
color: #8A7810;
}
</style>
background-color css
<style>
a { background-color: #8A7810; }
a { background-color: rgb(138,120,16); }
div.DivClassName
{
background-color: #8A7810;
}
.BgClassName
{
background-color: #8A7810;
}
</style>
border-color css
<style>
span { border-color: #8A7810; }
span { border-color: rgb(138,120,16); }
td.TdClassName
{
border-color: #8A7810;
}
.TagClassName
{
border-color: #8A7810;
}
</style>