Shades of Olivetone #78741A
Tints of Olivetone #78741A
RGB
CMYK
RGB Variations
Color information
#78741A (or 0x78741A) is known color: Olivetone. HEX triplet: 78, 74 and 1A. RGB value is (120,116,26). Sum of RGB (Red+Green+Blue) = 120+116+26=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78741A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78741A is #878BE5. Grayscale: #6B6B6B. Windows color (decimal): -8883174 or 1733752. OLE color: 1733752.
HSL color Cylindrical-coordinate representation of color #78741A: hue angle of 57.45º 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 #78741A is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 116 | 26 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.53 |
| HSL | 57.45º | 0.64% | 0.29% | - |
| HSV(B) | 57.45º | 0.78% | 0.47% | - |
| XYZ | 14.18 | 16.56 | 3.43 | - |
| YUV | 106.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 26 | 0 | 0.03 | 0.78 | 0.53 | 57.45 | 0.64 | 0.29 |
| Hex | 78 | 74 | 1A | 0 | 3 | 4E | 35 | 39 | 40 | 1D |
| Octal | 170 | 164 | 32 | 0 | 3 | 116 | 65 | 71 | 100 | 35 |
| Binary | 1111000 | 1110100 | 11010 | 0 | 11 | 1001110 | 110101 | 111001 | 1000000 | 11101 |
Color Harmonies of #78741A
Complementary color
Monochromatic Colors of #78741A
Black with #78741A
Text Example
Text Example
White with #78741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78741A; }
p { color: rgb(120,116,26); }
H1.HeaderClassName
{
color: #78741A;
}
.AnyTagClassName
{
color: #78741A;
}
</style>
background-color css
<style>
a { background-color: #78741A; }
a { background-color: rgb(120,116,26); }
div.DivClassName
{
background-color: #78741A;
}
.BgClassName
{
background-color: #78741A;
}
</style>
border-color css
<style>
span { border-color: #78741A; }
span { border-color: rgb(120,116,26); }
td.TdClassName
{
border-color: #78741A;
}
.TagClassName
{
border-color: #78741A;
}
</style>