Shades of Olivetone #78781A
Tints of Olivetone #78781A
RGB
CMYK
RGB Variations
Color information
#78781A (or 0x78781A) is known color: Olivetone. HEX triplet: 78, 78 and 1A. RGB value is (120,120,26). Sum of RGB (Red+Green+Blue) = 120+120+26=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78781A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78781A is #8787E5. Grayscale: #6D6D6D. Windows color (decimal): -8882150 or 1734776. OLE color: 1734776.
HSL color Cylindrical-coordinate representation of color #78781A: hue angle of 60º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78781A is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 120 | 26 | - |
| CMYK | 0 | 0 | 0.78 | 0.53 |
| HSL | 60º | 0.64% | 0.29% | - |
| HSV(B) | 60º | 0.78% | 0.47% | - |
| XYZ | 14.65 | 17.5 | 3.58 | - |
| YUV | 109.28 | 81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 26 | 0 | 0 | 0.78 | 0.53 | 60 | 0.64 | 0.29 |
| Hex | 78 | 78 | 1A | 0 | 0 | 4E | 35 | 3C | 40 | 1D |
| Octal | 170 | 170 | 32 | 0 | 0 | 116 | 65 | 74 | 100 | 35 |
| Binary | 1111000 | 1111000 | 11010 | 0 | 0 | 1001110 | 110101 | 111100 | 1000000 | 11101 |
Color Harmonies of #78781A
Complementary color
Monochromatic Colors of #78781A
Black with #78781A
Text Example
Text Example
White with #78781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78781A; }
p { color: rgb(120,120,26); }
H1.HeaderClassName
{
color: #78781A;
}
.AnyTagClassName
{
color: #78781A;
}
</style>
background-color css
<style>
a { background-color: #78781A; }
a { background-color: rgb(120,120,26); }
div.DivClassName
{
background-color: #78781A;
}
.BgClassName
{
background-color: #78781A;
}
</style>
border-color css
<style>
span { border-color: #78781A; }
span { border-color: rgb(120,120,26); }
td.TdClassName
{
border-color: #78781A;
}
.TagClassName
{
border-color: #78781A;
}
</style>