Shades of Sushi #7FAA34
Tints of Sushi #7FAA34
RGB
CMYK
RGB Variations
Color information
#7FAA34 (or 0x7FAA34) is known color: Sushi. HEX triplet: 7F, AA and 34. RGB value is (127,170,52). Sum of RGB (Red+Green+Blue) = 127+170+52=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAA34 is #8055CB. Grayscale: #909090. Windows color (decimal): -8410572 or 3451519. OLE color: 3451519.
HSL color Cylindrical-coordinate representation of color #7FAA34: hue angle of 81.86º degrees, saturation: 0.53, 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 #7FAA34 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 52 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.33 |
| HSL | 81.86º | 0.53% | 0.44% | - |
| HSV(B) | 81.86º | 0.69% | 0.67% | - |
| XYZ | 23.75 | 33.51 | 8.47 | - |
| YUV | 143.69 | 76.25 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 52 | 0.25 | 0 | 0.69 | 0.33 | 81.86 | 0.53 | 0.44 |
| Hex | 7F | AA | 34 | 19 | 0 | 45 | 21 | 52 | 35 | 2C |
| Octal | 177 | 252 | 64 | 31 | 0 | 105 | 41 | 122 | 65 | 54 |
| Binary | 1111111 | 10101010 | 110100 | 11001 | 0 | 1000101 | 100001 | 1010010 | 110101 | 101100 |
Color Harmonies of #7FAA34
Complementary color
Monochromatic Colors of #7FAA34
Black with #7FAA34
Text Example
Text Example
White with #7FAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA34; }
p { color: rgb(127,170,52); }
H1.HeaderClassName
{
color: #7FAA34;
}
.AnyTagClassName
{
color: #7FAA34;
}
</style>
background-color css
<style>
a { background-color: #7FAA34; }
a { background-color: rgb(127,170,52); }
div.DivClassName
{
background-color: #7FAA34;
}
.BgClassName
{
background-color: #7FAA34;
}
</style>
border-color css
<style>
span { border-color: #7FAA34; }
span { border-color: rgb(127,170,52); }
td.TdClassName
{
border-color: #7FAA34;
}
.TagClassName
{
border-color: #7FAA34;
}
</style>