Shades of Olivetone #78751B
Tints of Olivetone #78751B
RGB
CMYK
RGB Variations
Color information
#78751B (or 0x78751B) is known color: Olivetone. HEX triplet: 78, 75 and 1B. RGB value is (120,117,27). Sum of RGB (Red+Green+Blue) = 120+117+27=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78751B is #878AE4. Grayscale: #6C6C6C. Windows color (decimal): -8882917 or 1799544. OLE color: 1799544.
HSL color Cylindrical-coordinate representation of color #78751B: hue angle of 58.06º 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 #78751B is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 27 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.53 |
| HSL | 58.06º | 0.63% | 0.29% | - |
| HSV(B) | 58.06º | 0.78% | 0.47% | - |
| XYZ | 14.3 | 16.79 | 3.52 | - |
| YUV | 107.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 27 | 0 | 0.02 | 0.78 | 0.53 | 58.06 | 0.63 | 0.29 |
| Hex | 78 | 75 | 1B | 0 | 2 | 4E | 35 | 3A | 3F | 1D |
| Octal | 170 | 165 | 33 | 0 | 2 | 116 | 65 | 72 | 77 | 35 |
| Binary | 1111000 | 1110101 | 11011 | 0 | 10 | 1001110 | 110101 | 111010 | 111111 | 11101 |
Color Harmonies of #78751B
Complementary color
Monochromatic Colors of #78751B
Black with #78751B
Text Example
Text Example
White with #78751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78751B; }
p { color: rgb(120,117,27); }
H1.HeaderClassName
{
color: #78751B;
}
.AnyTagClassName
{
color: #78751B;
}
</style>
background-color css
<style>
a { background-color: #78751B; }
a { background-color: rgb(120,117,27); }
div.DivClassName
{
background-color: #78751B;
}
.BgClassName
{
background-color: #78751B;
}
</style>
border-color css
<style>
span { border-color: #78751B; }
span { border-color: rgb(120,117,27); }
td.TdClassName
{
border-color: #78751B;
}
.TagClassName
{
border-color: #78751B;
}
</style>