Shades of Sushi #77AA2F
Tints of Sushi #77AA2F
RGB
CMYK
RGB Variations
Color information
#77AA2F (or 0x77AA2F) is known color: Sushi. HEX triplet: 77, AA and 2F. RGB value is (119,170,47). Sum of RGB (Red+Green+Blue) = 119+170+47=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AA2F is #8855D0. Grayscale: #8D8D8D. Windows color (decimal): -8934865 or 3123831. OLE color: 3123831.
HSL color Cylindrical-coordinate representation of color #77AA2F: hue angle of 84.88º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77AA2F is Cyan = 0.3, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 47 | - |
| CMYK | 0.3 | 0 | 0.72 | 0.33 |
| HSL | 84.88º | 0.57% | 0.43% | - |
| HSV(B) | 84.88º | 0.72% | 0.67% | - |
| XYZ | 22.5 | 32.88 | 7.85 | - |
| YUV | 140.73 | 75.1 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 47 | 0.3 | 0 | 0.72 | 0.33 | 84.88 | 0.57 | 0.43 |
| Hex | 77 | AA | 2F | 1E | 0 | 48 | 21 | 55 | 39 | 2B |
| Octal | 167 | 252 | 57 | 36 | 0 | 110 | 41 | 125 | 71 | 53 |
| Binary | 1110111 | 10101010 | 101111 | 11110 | 0 | 1001000 | 100001 | 1010101 | 111001 | 101011 |
Color Harmonies of #77AA2F
Complementary color
Monochromatic Colors of #77AA2F
Black with #77AA2F
Text Example
Text Example
White with #77AA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA2F; }
p { color: rgb(119,170,47); }
H1.HeaderClassName
{
color: #77AA2F;
}
.AnyTagClassName
{
color: #77AA2F;
}
</style>
background-color css
<style>
a { background-color: #77AA2F; }
a { background-color: rgb(119,170,47); }
div.DivClassName
{
background-color: #77AA2F;
}
.BgClassName
{
background-color: #77AA2F;
}
</style>
border-color css
<style>
span { border-color: #77AA2F; }
span { border-color: rgb(119,170,47); }
td.TdClassName
{
border-color: #77AA2F;
}
.TagClassName
{
border-color: #77AA2F;
}
</style>