Shades of Sushi #77AC3C
Tints of Sushi #77AC3C
RGB
CMYK
RGB Variations
Color information
#77AC3C (or 0x77AC3C) is known color: Sushi. HEX triplet: 77, AC and 3C. RGB value is (119,172,60). Sum of RGB (Red+Green+Blue) = 119+172+60=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AC3C is #8853C3. Grayscale: #8F8F8F. Windows color (decimal): -8934340 or 3976311. OLE color: 3976311.
HSL color Cylindrical-coordinate representation of color #77AC3C: hue angle of 88.39º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77AC3C is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 172 | 60 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.33 |
| HSL | 88.39º | 0.48% | 0.45% | - |
| HSV(B) | 88.39º | 0.65% | 0.67% | - |
| XYZ | 23.18 | 33.75 | 9.57 | - |
| YUV | 143.39 | 80.94 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 172 | 60 | 0.31 | 0 | 0.65 | 0.33 | 88.39 | 0.48 | 0.45 |
| Hex | 77 | AC | 3C | 1F | 0 | 41 | 21 | 58 | 30 | 2D |
| Octal | 167 | 254 | 74 | 37 | 0 | 101 | 41 | 130 | 60 | 55 |
| Binary | 1110111 | 10101100 | 111100 | 11111 | 0 | 1000001 | 100001 | 1011000 | 110000 | 101101 |
Color Harmonies of #77AC3C
Complementary color
Monochromatic Colors of #77AC3C
Black with #77AC3C
Text Example
Text Example
White with #77AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AC3C; }
p { color: rgb(119,172,60); }
H1.HeaderClassName
{
color: #77AC3C;
}
.AnyTagClassName
{
color: #77AC3C;
}
</style>
background-color css
<style>
a { background-color: #77AC3C; }
a { background-color: rgb(119,172,60); }
div.DivClassName
{
background-color: #77AC3C;
}
.BgClassName
{
background-color: #77AC3C;
}
</style>
border-color css
<style>
span { border-color: #77AC3C; }
span { border-color: rgb(119,172,60); }
td.TdClassName
{
border-color: #77AC3C;
}
.TagClassName
{
border-color: #77AC3C;
}
</style>