Shades of Sushi #7FAC39
Tints of Sushi #7FAC39
RGB
CMYK
RGB Variations
Color information
#7FAC39 (or 0x7FAC39) is known color: Sushi. HEX triplet: 7F, AC and 39. RGB value is (127,172,57). Sum of RGB (Red+Green+Blue) = 127+172+57=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAC39 is #8053C6. Grayscale: #919191. Windows color (decimal): -8410055 or 3779711. OLE color: 3779711.
HSL color Cylindrical-coordinate representation of color #7FAC39: hue angle of 83.48º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FAC39 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 57 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.33 |
| HSL | 83.48º | 0.5% | 0.45% | - |
| HSV(B) | 83.48º | 0.67% | 0.67% | - |
| XYZ | 24.24 | 34.31 | 9.22 | - |
| YUV | 145.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 57 | 0.26 | 0 | 0.67 | 0.33 | 83.48 | 0.5 | 0.45 |
| Hex | 7F | AC | 39 | 1A | 0 | 43 | 21 | 53 | 32 | 2D |
| Octal | 177 | 254 | 71 | 32 | 0 | 103 | 41 | 123 | 62 | 55 |
| Binary | 1111111 | 10101100 | 111001 | 11010 | 0 | 1000011 | 100001 | 1010011 | 110010 | 101101 |
Color Harmonies of #7FAC39
Complementary color
Monochromatic Colors of #7FAC39
Black with #7FAC39
Text Example
Text Example
White with #7FAC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC39; }
p { color: rgb(127,172,57); }
H1.HeaderClassName
{
color: #7FAC39;
}
.AnyTagClassName
{
color: #7FAC39;
}
</style>
background-color css
<style>
a { background-color: #7FAC39; }
a { background-color: rgb(127,172,57); }
div.DivClassName
{
background-color: #7FAC39;
}
.BgClassName
{
background-color: #7FAC39;
}
</style>
border-color css
<style>
span { border-color: #7FAC39; }
span { border-color: rgb(127,172,57); }
td.TdClassName
{
border-color: #7FAC39;
}
.TagClassName
{
border-color: #7FAC39;
}
</style>