Shades of Sushi #7FAA3F
Tints of Sushi #7FAA3F
RGB
CMYK
RGB Variations
Color information
#7FAA3F (or 0x7FAA3F) is known color: Sushi. HEX triplet: 7F, AA and 3F. RGB value is (127,170,63). Sum of RGB (Red+Green+Blue) = 127+170+63=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAA3F is #8055C0. Grayscale: #919191. Windows color (decimal): -8410561 or 4172415. OLE color: 4172415.
HSL color Cylindrical-coordinate representation of color #7FAA3F: hue angle of 84.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FAA3F is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 63 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.33 |
| HSL | 84.11º | 0.46% | 0.46% | - |
| HSV(B) | 84.11º | 0.63% | 0.67% | - |
| XYZ | 24.02 | 33.62 | 9.93 | - |
| YUV | 144.95 | 81.75 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 63 | 0.25 | 0 | 0.63 | 0.33 | 84.11 | 0.46 | 0.46 |
| Hex | 7F | AA | 3F | 19 | 0 | 3F | 21 | 54 | 2E | 2E |
| Octal | 177 | 252 | 77 | 31 | 0 | 77 | 41 | 124 | 56 | 56 |
| Binary | 1111111 | 10101010 | 111111 | 11001 | 0 | 111111 | 100001 | 1010100 | 101110 | 101110 |
Color Harmonies of #7FAA3F
Complementary color
Monochromatic Colors of #7FAA3F
Black with #7FAA3F
Text Example
Text Example
White with #7FAA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA3F; }
p { color: rgb(127,170,63); }
H1.HeaderClassName
{
color: #7FAA3F;
}
.AnyTagClassName
{
color: #7FAA3F;
}
</style>
background-color css
<style>
a { background-color: #7FAA3F; }
a { background-color: rgb(127,170,63); }
div.DivClassName
{
background-color: #7FAA3F;
}
.BgClassName
{
background-color: #7FAA3F;
}
</style>
border-color css
<style>
span { border-color: #7FAA3F; }
span { border-color: rgb(127,170,63); }
td.TdClassName
{
border-color: #7FAA3F;
}
.TagClassName
{
border-color: #7FAA3F;
}
</style>