Shades of Olivetone #78741D
Tints of Olivetone #78741D
RGB
CMYK
RGB Variations
Color information
#78741D (or 0x78741D) is known color: Olivetone. HEX triplet: 78, 74 and 1D. RGB value is (120,116,29). Sum of RGB (Red+Green+Blue) = 120+116+29=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78741D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78741D is #878BE2. Grayscale: #6B6B6B. Windows color (decimal): -8883171 or 1930360. OLE color: 1930360.
HSL color Cylindrical-coordinate representation of color #78741D: hue angle of 57.36º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78741D is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 116 | 29 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.53 |
| HSL | 57.36º | 0.61% | 0.29% | - |
| HSV(B) | 57.36º | 0.76% | 0.47% | - |
| XYZ | 14.21 | 16.57 | 3.61 | - |
| YUV | 107.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 29 | 0 | 0.03 | 0.76 | 0.53 | 57.36 | 0.61 | 0.29 |
| Hex | 78 | 74 | 1D | 0 | 3 | 4C | 35 | 39 | 3D | 1D |
| Octal | 170 | 164 | 35 | 0 | 3 | 114 | 65 | 71 | 75 | 35 |
| Binary | 1111000 | 1110100 | 11101 | 0 | 11 | 1001100 | 110101 | 111001 | 111101 | 11101 |
Color Harmonies of #78741D
Complementary color
Monochromatic Colors of #78741D
Black with #78741D
Text Example
Text Example
White with #78741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78741D; }
p { color: rgb(120,116,29); }
H1.HeaderClassName
{
color: #78741D;
}
.AnyTagClassName
{
color: #78741D;
}
</style>
background-color css
<style>
a { background-color: #78741D; }
a { background-color: rgb(120,116,29); }
div.DivClassName
{
background-color: #78741D;
}
.BgClassName
{
background-color: #78741D;
}
</style>
border-color css
<style>
span { border-color: #78741D; }
span { border-color: rgb(120,116,29); }
td.TdClassName
{
border-color: #78741D;
}
.TagClassName
{
border-color: #78741D;
}
</style>