Shades of Olivetone #777926
Tints of Olivetone #777926
RGB
CMYK
RGB Variations
Color information
#777926 (or 0x777926) is known color: Olivetone. HEX triplet: 77, 79 and 26. RGB value is (119,121,38). Sum of RGB (Red+Green+Blue) = 119+121+38=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #777926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777926 is #8886D9. Grayscale: #6F6F6F. Windows color (decimal): -8947418 or 2521463. OLE color: 2521463.
HSL color Cylindrical-coordinate representation of color #777926: hue angle of 61.45º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #777926 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 121 | 38 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.53 |
| HSL | 61.45º | 0.52% | 0.31% | - |
| HSV(B) | 61.45º | 0.69% | 0.47% | - |
| XYZ | 14.79 | 17.74 | 4.48 | - |
| YUV | 110.94 | 86.84 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 38 | 0.02 | 0 | 0.69 | 0.53 | 61.45 | 0.52 | 0.31 |
| Hex | 77 | 79 | 26 | 2 | 0 | 45 | 35 | 3D | 34 | 1F |
| Octal | 167 | 171 | 46 | 2 | 0 | 105 | 65 | 75 | 64 | 37 |
| Binary | 1110111 | 1111001 | 100110 | 10 | 0 | 1000101 | 110101 | 111101 | 110100 | 11111 |
Color Harmonies of #777926
Complementary color
Monochromatic Colors of #777926
Black with #777926
Text Example
Text Example
White with #777926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777926; }
p { color: rgb(119,121,38); }
H1.HeaderClassName
{
color: #777926;
}
.AnyTagClassName
{
color: #777926;
}
</style>
background-color css
<style>
a { background-color: #777926; }
a { background-color: rgb(119,121,38); }
div.DivClassName
{
background-color: #777926;
}
.BgClassName
{
background-color: #777926;
}
</style>
border-color css
<style>
span { border-color: #777926; }
span { border-color: rgb(119,121,38); }
td.TdClassName
{
border-color: #777926;
}
.TagClassName
{
border-color: #777926;
}
</style>