Shades of Olivetone #78751A
Tints of Olivetone #78751A
RGB
CMYK
RGB Variations
Color information
#78751A (or 0x78751A) is known color: Olivetone. HEX triplet: 78, 75 and 1A. RGB value is (120,117,26). Sum of RGB (Red+Green+Blue) = 120+117+26=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78751A is #878AE5. Grayscale: #6B6B6B. Windows color (decimal): -8882918 or 1734008. OLE color: 1734008.
HSL color Cylindrical-coordinate representation of color #78751A: hue angle of 58.09º 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 #78751A is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 26 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.53 |
| HSL | 58.09º | 0.64% | 0.29% | - |
| HSV(B) | 58.09º | 0.78% | 0.47% | - |
| XYZ | 14.29 | 16.79 | 3.46 | - |
| YUV | 107.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 26 | 0 | 0.02 | 0.78 | 0.53 | 58.09 | 0.64 | 0.29 |
| Hex | 78 | 75 | 1A | 0 | 2 | 4E | 35 | 3A | 40 | 1D |
| Octal | 170 | 165 | 32 | 0 | 2 | 116 | 65 | 72 | 100 | 35 |
| Binary | 1111000 | 1110101 | 11010 | 0 | 10 | 1001110 | 110101 | 111010 | 1000000 | 11101 |
Color Harmonies of #78751A
Complementary color
Monochromatic Colors of #78751A
Black with #78751A
Text Example
Text Example
White with #78751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78751A; }
p { color: rgb(120,117,26); }
H1.HeaderClassName
{
color: #78751A;
}
.AnyTagClassName
{
color: #78751A;
}
</style>
background-color css
<style>
a { background-color: #78751A; }
a { background-color: rgb(120,117,26); }
div.DivClassName
{
background-color: #78751A;
}
.BgClassName
{
background-color: #78751A;
}
</style>
border-color css
<style>
span { border-color: #78751A; }
span { border-color: rgb(120,117,26); }
td.TdClassName
{
border-color: #78751A;
}
.TagClassName
{
border-color: #78751A;
}
</style>