Shades of Olivetone #78781B
Tints of Olivetone #78781B
RGB
CMYK
RGB Variations
Color information
#78781B (or 0x78781B) is known color: Olivetone. HEX triplet: 78, 78 and 1B. RGB value is (120,120,27). Sum of RGB (Red+Green+Blue) = 120+120+27=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78781B is #8787E4. Grayscale: #6D6D6D. Windows color (decimal): -8882149 or 1800312. OLE color: 1800312.
HSL color Cylindrical-coordinate representation of color #78781B: hue angle of 60º 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 #78781B is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 120 | 27 | - |
| CMYK | 0 | 0 | 0.78 | 0.53 |
| HSL | 60º | 0.63% | 0.29% | - |
| HSV(B) | 60º | 0.78% | 0.47% | - |
| XYZ | 14.66 | 17.51 | 3.64 | - |
| YUV | 109.4 | 81.5 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 27 | 0 | 0 | 0.78 | 0.53 | 60 | 0.63 | 0.29 |
| Hex | 78 | 78 | 1B | 0 | 0 | 4E | 35 | 3C | 3F | 1D |
| Octal | 170 | 170 | 33 | 0 | 0 | 116 | 65 | 74 | 77 | 35 |
| Binary | 1111000 | 1111000 | 11011 | 0 | 0 | 1001110 | 110101 | 111100 | 111111 | 11101 |
Color Harmonies of #78781B
Complementary color
Monochromatic Colors of #78781B
Black with #78781B
Text Example
Text Example
White with #78781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78781B; }
p { color: rgb(120,120,27); }
H1.HeaderClassName
{
color: #78781B;
}
.AnyTagClassName
{
color: #78781B;
}
</style>
background-color css
<style>
a { background-color: #78781B; }
a { background-color: rgb(120,120,27); }
div.DivClassName
{
background-color: #78781B;
}
.BgClassName
{
background-color: #78781B;
}
</style>
border-color css
<style>
span { border-color: #78781B; }
span { border-color: rgb(120,120,27); }
td.TdClassName
{
border-color: #78781B;
}
.TagClassName
{
border-color: #78781B;
}
</style>