Shades of Olivetone #777A28
Tints of Olivetone #777A28
RGB
CMYK
RGB Variations
Color information
#777A28 (or 0x777A28) is known color: Olivetone. HEX triplet: 77, 7A and 28. RGB value is (119,122,40). Sum of RGB (Red+Green+Blue) = 119+122+40=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 122 - color contains mainly: green. Hex color #777A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777A28 is #8885D7. Grayscale: #707070. Windows color (decimal): -8947160 or 2652791. OLE color: 2652791.
HSL color Cylindrical-coordinate representation of color #777A28: hue angle of 62.2º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #777A28 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 122 | 40 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.52 |
| HSL | 62.2º | 0.51% | 0.32% | - |
| HSV(B) | 62.2º | 0.67% | 0.48% | - |
| XYZ | 14.95 | 17.99 | 4.69 | - |
| YUV | 111.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 40 | 0.02 | 0 | 0.67 | 0.52 | 62.2 | 0.51 | 0.32 |
| Hex | 77 | 7A | 28 | 2 | 0 | 43 | 34 | 3E | 33 | 20 |
| Octal | 167 | 172 | 50 | 2 | 0 | 103 | 64 | 76 | 63 | 40 |
| Binary | 1110111 | 1111010 | 101000 | 10 | 0 | 1000011 | 110100 | 111110 | 110011 | 100000 |
Color Harmonies of #777A28
Complementary color
Monochromatic Colors of #777A28
Black with #777A28
Text Example
Text Example
White with #777A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A28; }
p { color: rgb(119,122,40); }
H1.HeaderClassName
{
color: #777A28;
}
.AnyTagClassName
{
color: #777A28;
}
</style>
background-color css
<style>
a { background-color: #777A28; }
a { background-color: rgb(119,122,40); }
div.DivClassName
{
background-color: #777A28;
}
.BgClassName
{
background-color: #777A28;
}
</style>
border-color css
<style>
span { border-color: #777A28; }
span { border-color: rgb(119,122,40); }
td.TdClassName
{
border-color: #777A28;
}
.TagClassName
{
border-color: #777A28;
}
</style>