Shades of Sushi #77AC3F
Tints of Sushi #77AC3F
RGB
CMYK
RGB Variations
Color information
#77AC3F (or 0x77AC3F) is known color: Sushi. HEX triplet: 77, AC and 3F. RGB value is (119,172,63). Sum of RGB (Red+Green+Blue) = 119+172+63=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AC3F is #8853C0. Grayscale: #909090. Windows color (decimal): -8934337 or 4172919. OLE color: 4172919.
HSL color Cylindrical-coordinate representation of color #77AC3F: hue angle of 89.17º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77AC3F is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 172 | 63 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.33 |
| HSL | 89.17º | 0.46% | 0.46% | - |
| HSV(B) | 89.17º | 0.63% | 0.67% | - |
| XYZ | 23.26 | 33.79 | 10 | - |
| YUV | 143.73 | 82.44 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 172 | 63 | 0.31 | 0 | 0.63 | 0.33 | 89.17 | 0.46 | 0.46 |
| Hex | 77 | AC | 3F | 1F | 0 | 3F | 21 | 59 | 2E | 2E |
| Octal | 167 | 254 | 77 | 37 | 0 | 77 | 41 | 131 | 56 | 56 |
| Binary | 1110111 | 10101100 | 111111 | 11111 | 0 | 111111 | 100001 | 1011001 | 101110 | 101110 |
Color Harmonies of #77AC3F
Complementary color
Monochromatic Colors of #77AC3F
Black with #77AC3F
Text Example
Text Example
White with #77AC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AC3F; }
p { color: rgb(119,172,63); }
H1.HeaderClassName
{
color: #77AC3F;
}
.AnyTagClassName
{
color: #77AC3F;
}
</style>
background-color css
<style>
a { background-color: #77AC3F; }
a { background-color: rgb(119,172,63); }
div.DivClassName
{
background-color: #77AC3F;
}
.BgClassName
{
background-color: #77AC3F;
}
</style>
border-color css
<style>
span { border-color: #77AC3F; }
span { border-color: rgb(119,172,63); }
td.TdClassName
{
border-color: #77AC3F;
}
.TagClassName
{
border-color: #77AC3F;
}
</style>