Shades of Olivetone #78721B
Tints of Olivetone #78721B
RGB
CMYK
RGB Variations
Color information
#78721B (or 0x78721B) is known color: Olivetone. HEX triplet: 78, 72 and 1B. RGB value is (120,114,27). Sum of RGB (Red+Green+Blue) = 120+114+27=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #78721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78721B is #878DE4. Grayscale: #6A6A6A. Windows color (decimal): -8883685 or 1798776. OLE color: 1798776.
HSL color Cylindrical-coordinate representation of color #78721B: hue angle of 56.13º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78721B is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 114 | 27 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.53 |
| HSL | 56.13º | 0.63% | 0.29% | - |
| HSV(B) | 56.13º | 0.78% | 0.47% | - |
| XYZ | 13.96 | 16.11 | 3.41 | - |
| YUV | 105.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 27 | 0 | 0.05 | 0.78 | 0.53 | 56.13 | 0.63 | 0.29 |
| Hex | 78 | 72 | 1B | 0 | 5 | 4E | 35 | 38 | 3F | 1D |
| Octal | 170 | 162 | 33 | 0 | 5 | 116 | 65 | 70 | 77 | 35 |
| Binary | 1111000 | 1110010 | 11011 | 0 | 101 | 1001110 | 110101 | 111000 | 111111 | 11101 |
Color Harmonies of #78721B
Complementary color
Monochromatic Colors of #78721B
Black with #78721B
Text Example
Text Example
White with #78721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78721B; }
p { color: rgb(120,114,27); }
H1.HeaderClassName
{
color: #78721B;
}
.AnyTagClassName
{
color: #78721B;
}
</style>
background-color css
<style>
a { background-color: #78721B; }
a { background-color: rgb(120,114,27); }
div.DivClassName
{
background-color: #78721B;
}
.BgClassName
{
background-color: #78721B;
}
</style>
border-color css
<style>
span { border-color: #78721B; }
span { border-color: rgb(120,114,27); }
td.TdClassName
{
border-color: #78721B;
}
.TagClassName
{
border-color: #78721B;
}
</style>