Shades of Olivetone #787927
Tints of Olivetone #787927
RGB
CMYK
RGB Variations
Color information
#787927 (or 0x787927) is known color: Olivetone. HEX triplet: 78, 79 and 27. RGB value is (120,121,39). Sum of RGB (Red+Green+Blue) = 120+121+39=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #787927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787927 is #8786D8. Grayscale: #6F6F6F. Windows color (decimal): -8881881 or 2587000. OLE color: 2587000.
HSL color Cylindrical-coordinate representation of color #787927: hue angle of 60.73º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #787927 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 121 | 39 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.53 |
| HSL | 60.73º | 0.51% | 0.31% | - |
| HSV(B) | 60.73º | 0.68% | 0.47% | - |
| XYZ | 14.95 | 17.81 | 4.57 | - |
| YUV | 111.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 39 | 0.01 | 0 | 0.68 | 0.53 | 60.73 | 0.51 | 0.31 |
| Hex | 78 | 79 | 27 | 1 | 0 | 44 | 35 | 3D | 33 | 1F |
| Octal | 170 | 171 | 47 | 1 | 0 | 104 | 65 | 75 | 63 | 37 |
| Binary | 1111000 | 1111001 | 100111 | 1 | 0 | 1000100 | 110101 | 111101 | 110011 | 11111 |
Color Harmonies of #787927
Complementary color
Monochromatic Colors of #787927
Black with #787927
Text Example
Text Example
White with #787927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787927; }
p { color: rgb(120,121,39); }
H1.HeaderClassName
{
color: #787927;
}
.AnyTagClassName
{
color: #787927;
}
</style>
background-color css
<style>
a { background-color: #787927; }
a { background-color: rgb(120,121,39); }
div.DivClassName
{
background-color: #787927;
}
.BgClassName
{
background-color: #787927;
}
</style>
border-color css
<style>
span { border-color: #787927; }
span { border-color: rgb(120,121,39); }
td.TdClassName
{
border-color: #787927;
}
.TagClassName
{
border-color: #787927;
}
</style>