Shades of Sushi #7FAA30
Tints of Sushi #7FAA30
RGB
CMYK
RGB Variations
Color information
#7FAA30 (or 0x7FAA30) is known color: Sushi. HEX triplet: 7F, AA and 30. RGB value is (127,170,48). Sum of RGB (Red+Green+Blue) = 127+170+48=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAA30 is #8055CF. Grayscale: #8F8F8F. Windows color (decimal): -8410576 or 3189375. OLE color: 3189375.
HSL color Cylindrical-coordinate representation of color #7FAA30: hue angle of 81.15º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FAA30 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 48 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.33 |
| HSL | 81.15º | 0.56% | 0.43% | - |
| HSV(B) | 81.15º | 0.72% | 0.67% | - |
| XYZ | 23.66 | 33.47 | 8.01 | - |
| YUV | 143.24 | 74.25 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 48 | 0.25 | 0 | 0.72 | 0.33 | 81.15 | 0.56 | 0.43 |
| Hex | 7F | AA | 30 | 19 | 0 | 48 | 21 | 51 | 38 | 2B |
| Octal | 177 | 252 | 60 | 31 | 0 | 110 | 41 | 121 | 70 | 53 |
| Binary | 1111111 | 10101010 | 110000 | 11001 | 0 | 1001000 | 100001 | 1010001 | 111000 | 101011 |
Color Harmonies of #7FAA30
Complementary color
Monochromatic Colors of #7FAA30
Black with #7FAA30
Text Example
Text Example
White with #7FAA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA30; }
p { color: rgb(127,170,48); }
H1.HeaderClassName
{
color: #7FAA30;
}
.AnyTagClassName
{
color: #7FAA30;
}
</style>
background-color css
<style>
a { background-color: #7FAA30; }
a { background-color: rgb(127,170,48); }
div.DivClassName
{
background-color: #7FAA30;
}
.BgClassName
{
background-color: #7FAA30;
}
</style>
border-color css
<style>
span { border-color: #7FAA30; }
span { border-color: rgb(127,170,48); }
td.TdClassName
{
border-color: #7FAA30;
}
.TagClassName
{
border-color: #7FAA30;
}
</style>