Shades of Sushi #77AA38
Tints of Sushi #77AA38
RGB
CMYK
RGB Variations
Color information
#77AA38 (or 0x77AA38) is known color: Sushi. HEX triplet: 77, AA and 38. RGB value is (119,170,56). Sum of RGB (Red+Green+Blue) = 119+170+56=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AA38 is #8855C7. Grayscale: #8E8E8E. Windows color (decimal): -8934856 or 3713655. OLE color: 3713655.
HSL color Cylindrical-coordinate representation of color #77AA38: hue angle of 86.84º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77AA38 is Cyan = 0.3, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 56 | - |
| CMYK | 0.3 | 0 | 0.67 | 0.33 |
| HSL | 86.84º | 0.5% | 0.44% | - |
| HSV(B) | 86.84º | 0.67% | 0.67% | - |
| XYZ | 22.7 | 32.96 | 8.91 | - |
| YUV | 141.76 | 79.6 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 56 | 0.3 | 0 | 0.67 | 0.33 | 86.84 | 0.5 | 0.44 |
| Hex | 77 | AA | 38 | 1E | 0 | 43 | 21 | 57 | 32 | 2C |
| Octal | 167 | 252 | 70 | 36 | 0 | 103 | 41 | 127 | 62 | 54 |
| Binary | 1110111 | 10101010 | 111000 | 11110 | 0 | 1000011 | 100001 | 1010111 | 110010 | 101100 |
Color Harmonies of #77AA38
Complementary color
Monochromatic Colors of #77AA38
Black with #77AA38
Text Example
Text Example
White with #77AA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA38; }
p { color: rgb(119,170,56); }
H1.HeaderClassName
{
color: #77AA38;
}
.AnyTagClassName
{
color: #77AA38;
}
</style>
background-color css
<style>
a { background-color: #77AA38; }
a { background-color: rgb(119,170,56); }
div.DivClassName
{
background-color: #77AA38;
}
.BgClassName
{
background-color: #77AA38;
}
</style>
border-color css
<style>
span { border-color: #77AA38; }
span { border-color: rgb(119,170,56); }
td.TdClassName
{
border-color: #77AA38;
}
.TagClassName
{
border-color: #77AA38;
}
</style>