Shades of Sushi #7FAA36
Tints of Sushi #7FAA36
RGB
CMYK
RGB Variations
Color information
#7FAA36 (or 0x7FAA36) is known color: Sushi. HEX triplet: 7F, AA and 36. RGB value is (127,170,54). Sum of RGB (Red+Green+Blue) = 127+170+54=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAA36 is #8055C9. Grayscale: #909090. Windows color (decimal): -8410570 or 3582591. OLE color: 3582591.
HSL color Cylindrical-coordinate representation of color #7FAA36: hue angle of 82.24º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FAA36 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 54 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.33 |
| HSL | 82.24º | 0.52% | 0.44% | - |
| HSV(B) | 82.24º | 0.68% | 0.67% | - |
| XYZ | 23.79 | 33.53 | 8.71 | - |
| YUV | 143.92 | 77.25 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 54 | 0.25 | 0 | 0.68 | 0.33 | 82.24 | 0.52 | 0.44 |
| Hex | 7F | AA | 36 | 19 | 0 | 44 | 21 | 52 | 34 | 2C |
| Octal | 177 | 252 | 66 | 31 | 0 | 104 | 41 | 122 | 64 | 54 |
| Binary | 1111111 | 10101010 | 110110 | 11001 | 0 | 1000100 | 100001 | 1010010 | 110100 | 101100 |
Color Harmonies of #7FAA36
Complementary color
Monochromatic Colors of #7FAA36
Black with #7FAA36
Text Example
Text Example
White with #7FAA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA36; }
p { color: rgb(127,170,54); }
H1.HeaderClassName
{
color: #7FAA36;
}
.AnyTagClassName
{
color: #7FAA36;
}
</style>
background-color css
<style>
a { background-color: #7FAA36; }
a { background-color: rgb(127,170,54); }
div.DivClassName
{
background-color: #7FAA36;
}
.BgClassName
{
background-color: #7FAA36;
}
</style>
border-color css
<style>
span { border-color: #7FAA36; }
span { border-color: rgb(127,170,54); }
td.TdClassName
{
border-color: #7FAA36;
}
.TagClassName
{
border-color: #7FAA36;
}
</style>