Shades of Olivetone #78741F
Tints of Olivetone #78741F
RGB
CMYK
RGB Variations
Color information
#78741F (or 0x78741F) is known color: Olivetone. HEX triplet: 78, 74 and 1F. RGB value is (120,116,31). Sum of RGB (Red+Green+Blue) = 120+116+31=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78741F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78741F is #878BE0. Grayscale: #6B6B6B. Windows color (decimal): -8883169 or 2061432. OLE color: 2061432.
HSL color Cylindrical-coordinate representation of color #78741F: hue angle of 57.3º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78741F is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 116 | 31 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.53 |
| HSL | 57.3º | 0.59% | 0.3% | - |
| HSV(B) | 57.3º | 0.74% | 0.47% | - |
| XYZ | 14.24 | 16.58 | 3.75 | - |
| YUV | 107.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 31 | 0 | 0.03 | 0.74 | 0.53 | 57.3 | 0.59 | 0.3 |
| Hex | 78 | 74 | 1F | 0 | 3 | 4A | 35 | 39 | 3B | 1E |
| Octal | 170 | 164 | 37 | 0 | 3 | 112 | 65 | 71 | 73 | 36 |
| Binary | 1111000 | 1110100 | 11111 | 0 | 11 | 1001010 | 110101 | 111001 | 111011 | 11110 |
Color Harmonies of #78741F
Complementary color
Monochromatic Colors of #78741F
Black with #78741F
Text Example
Text Example
White with #78741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78741F; }
p { color: rgb(120,116,31); }
H1.HeaderClassName
{
color: #78741F;
}
.AnyTagClassName
{
color: #78741F;
}
</style>
background-color css
<style>
a { background-color: #78741F; }
a { background-color: rgb(120,116,31); }
div.DivClassName
{
background-color: #78741F;
}
.BgClassName
{
background-color: #78741F;
}
</style>
border-color css
<style>
span { border-color: #78741F; }
span { border-color: rgb(120,116,31); }
td.TdClassName
{
border-color: #78741F;
}
.TagClassName
{
border-color: #78741F;
}
</style>