Shades of Olive #78760B
Tints of Olive #78760B
RGB
CMYK
RGB Variations
Color information
#78760B (or 0x78760B) is known color: Olive. HEX triplet: 78, 76 and 0B. RGB value is (120,118,11). Sum of RGB (Red+Green+Blue) = 120+118+11=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #78760B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78760B is #8789F4. Grayscale: #6A6A6A. Windows color (decimal): -8882677 or 751224. OLE color: 751224.
HSL color Cylindrical-coordinate representation of color #78760B: hue angle of 58.9º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78760B is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 11 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.53 |
| HSL | 58.9º | 0.83% | 0.26% | - |
| HSV(B) | 58.9º | 0.91% | 0.47% | - |
| XYZ | 14.28 | 16.97 | 2.84 | - |
| YUV | 106.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 11 | 0 | 0.02 | 0.91 | 0.53 | 58.9 | 0.83 | 0.26 |
| Hex | 78 | 76 | B | 0 | 2 | 5B | 35 | 3B | 53 | 1A |
| Octal | 170 | 166 | 13 | 0 | 2 | 133 | 65 | 73 | 123 | 32 |
| Binary | 1111000 | 1110110 | 1011 | 0 | 10 | 1011011 | 110101 | 111011 | 1010011 | 11010 |
Color Harmonies of #78760B
Complementary color
Monochromatic Colors of #78760B
Black with #78760B
Text Example
Text Example
White with #78760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78760B; }
p { color: rgb(120,118,11); }
H1.HeaderClassName
{
color: #78760B;
}
.AnyTagClassName
{
color: #78760B;
}
</style>
background-color css
<style>
a { background-color: #78760B; }
a { background-color: rgb(120,118,11); }
div.DivClassName
{
background-color: #78760B;
}
.BgClassName
{
background-color: #78760B;
}
</style>
border-color css
<style>
span { border-color: #78760B; }
span { border-color: rgb(120,118,11); }
td.TdClassName
{
border-color: #78760B;
}
.TagClassName
{
border-color: #78760B;
}
</style>