Shades of Olivetone #777927
Tints of Olivetone #777927
RGB
CMYK
RGB Variations
Color information
#777927 (or 0x777927) is known color: Olivetone. HEX triplet: 77, 79 and 27. RGB value is (119,121,39). Sum of RGB (Red+Green+Blue) = 119+121+39=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #777927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777927 is #8886D8. Grayscale: #6F6F6F. Windows color (decimal): -8947417 or 2586999. OLE color: 2586999.
HSL color Cylindrical-coordinate representation of color #777927: hue angle of 61.46º 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 #777927 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 121 | 39 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.53 |
| HSL | 61.46º | 0.51% | 0.31% | - |
| HSV(B) | 61.46º | 0.68% | 0.47% | - |
| XYZ | 14.81 | 17.74 | 4.56 | - |
| YUV | 111.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 39 | 0.02 | 0 | 0.68 | 0.53 | 61.46 | 0.51 | 0.31 |
| Hex | 77 | 79 | 27 | 2 | 0 | 44 | 35 | 3D | 33 | 1F |
| Octal | 167 | 171 | 47 | 2 | 0 | 104 | 65 | 75 | 63 | 37 |
| Binary | 1110111 | 1111001 | 100111 | 10 | 0 | 1000100 | 110101 | 111101 | 110011 | 11111 |
Color Harmonies of #777927
Complementary color
Monochromatic Colors of #777927
Black with #777927
Text Example
Text Example
White with #777927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777927; }
p { color: rgb(119,121,39); }
H1.HeaderClassName
{
color: #777927;
}
.AnyTagClassName
{
color: #777927;
}
</style>
background-color css
<style>
a { background-color: #777927; }
a { background-color: rgb(119,121,39); }
div.DivClassName
{
background-color: #777927;
}
.BgClassName
{
background-color: #777927;
}
</style>
border-color css
<style>
span { border-color: #777927; }
span { border-color: rgb(119,121,39); }
td.TdClassName
{
border-color: #777927;
}
.TagClassName
{
border-color: #777927;
}
</style>