Shades of Sushi #7FAC36
Tints of Sushi #7FAC36
RGB
CMYK
RGB Variations
Color information
#7FAC36 (or 0x7FAC36) is known color: Sushi. HEX triplet: 7F, AC and 36. RGB value is (127,172,54). Sum of RGB (Red+Green+Blue) = 127+172+54=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAC36 is #8053C9. Grayscale: #919191. Windows color (decimal): -8410058 or 3583103. OLE color: 3583103.
HSL color Cylindrical-coordinate representation of color #7FAC36: hue angle of 82.88º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FAC36 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 54 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.33 |
| HSL | 82.88º | 0.52% | 0.44% | - |
| HSV(B) | 82.88º | 0.69% | 0.67% | - |
| XYZ | 24.17 | 34.28 | 8.83 | - |
| YUV | 145.09 | 76.59 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 54 | 0.26 | 0 | 0.69 | 0.33 | 82.88 | 0.52 | 0.44 |
| Hex | 7F | AC | 36 | 1A | 0 | 45 | 21 | 53 | 34 | 2C |
| Octal | 177 | 254 | 66 | 32 | 0 | 105 | 41 | 123 | 64 | 54 |
| Binary | 1111111 | 10101100 | 110110 | 11010 | 0 | 1000101 | 100001 | 1010011 | 110100 | 101100 |
Color Harmonies of #7FAC36
Complementary color
Monochromatic Colors of #7FAC36
Black with #7FAC36
Text Example
Text Example
White with #7FAC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC36; }
p { color: rgb(127,172,54); }
H1.HeaderClassName
{
color: #7FAC36;
}
.AnyTagClassName
{
color: #7FAC36;
}
</style>
background-color css
<style>
a { background-color: #7FAC36; }
a { background-color: rgb(127,172,54); }
div.DivClassName
{
background-color: #7FAC36;
}
.BgClassName
{
background-color: #7FAC36;
}
</style>
border-color css
<style>
span { border-color: #7FAC36; }
span { border-color: rgb(127,172,54); }
td.TdClassName
{
border-color: #7FAC36;
}
.TagClassName
{
border-color: #7FAC36;
}
</style>