Shades of Olive #78870A
Tints of Olive #78870A
RGB
CMYK
RGB Variations
Color information
#78870A (or 0x78870A) is known color: Olive. HEX triplet: 78, 87 and 0A. RGB value is (120,135,10). Sum of RGB (Red+Green+Blue) = 120+135+10=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #78870A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78870A is #8778F5. Grayscale: #747474. Windows color (decimal): -8878326 or 690040. OLE color: 690040.
HSL color Cylindrical-coordinate representation of color #78870A: hue angle of 67.2º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78870A is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 135 | 10 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.47 |
| HSL | 67.2º | 0.86% | 0.28% | - |
| HSV(B) | 67.2º | 0.93% | 0.53% | - |
| XYZ | 16.46 | 21.34 | 3.54 | - |
| YUV | 116.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 10 | 0.11 | 0 | 0.93 | 0.47 | 67.2 | 0.86 | 0.28 |
| Hex | 78 | 87 | A | B | 0 | 5D | 2F | 43 | 56 | 1C |
| Octal | 170 | 207 | 12 | 13 | 0 | 135 | 57 | 103 | 126 | 34 |
| Binary | 1111000 | 10000111 | 1010 | 1011 | 0 | 1011101 | 101111 | 1000011 | 1010110 | 11100 |
Color Harmonies of #78870A
Complementary color
Monochromatic Colors of #78870A
Black with #78870A
Text Example
Text Example
White with #78870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78870A; }
p { color: rgb(120,135,10); }
H1.HeaderClassName
{
color: #78870A;
}
.AnyTagClassName
{
color: #78870A;
}
</style>
background-color css
<style>
a { background-color: #78870A; }
a { background-color: rgb(120,135,10); }
div.DivClassName
{
background-color: #78870A;
}
.BgClassName
{
background-color: #78870A;
}
</style>
border-color css
<style>
span { border-color: #78870A; }
span { border-color: rgb(120,135,10); }
td.TdClassName
{
border-color: #78870A;
}
.TagClassName
{
border-color: #78870A;
}
</style>