Shades of Sushi #7FA245
Tints of Sushi #7FA245
RGB
CMYK
RGB Variations
Color information
#7FA245 (or 0x7FA245) is known color: Sushi. HEX triplet: 7F, A2 and 45. RGB value is (127,162,69). Sum of RGB (Red+Green+Blue) = 127+162+69=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA245 is #805DBA. Grayscale: #8D8D8D. Windows color (decimal): -8412603 or 4563583. OLE color: 4563583.
HSL color Cylindrical-coordinate representation of color #7FA245: hue angle of 82.58º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7FA245 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 162 | 69 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.36 |
| HSL | 82.58º | 0.4% | 0.45% | - |
| HSV(B) | 82.58º | 0.57% | 0.64% | - |
| XYZ | 22.75 | 30.78 | 10.37 | - |
| YUV | 140.93 | 87.4 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 69 | 0.22 | 0 | 0.57 | 0.36 | 82.58 | 0.4 | 0.45 |
| Hex | 7F | A2 | 45 | 16 | 0 | 39 | 24 | 53 | 28 | 2D |
| Octal | 177 | 242 | 105 | 26 | 0 | 71 | 44 | 123 | 50 | 55 |
| Binary | 1111111 | 10100010 | 1000101 | 10110 | 0 | 111001 | 100100 | 1010011 | 101000 | 101101 |
Color Harmonies of #7FA245
Complementary color
Monochromatic Colors of #7FA245
Black with #7FA245
Text Example
Text Example
White with #7FA245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA245; }
p { color: rgb(127,162,69); }
H1.HeaderClassName
{
color: #7FA245;
}
.AnyTagClassName
{
color: #7FA245;
}
</style>
background-color css
<style>
a { background-color: #7FA245; }
a { background-color: rgb(127,162,69); }
div.DivClassName
{
background-color: #7FA245;
}
.BgClassName
{
background-color: #7FA245;
}
</style>
border-color css
<style>
span { border-color: #7FA245; }
span { border-color: rgb(127,162,69); }
td.TdClassName
{
border-color: #7FA245;
}
.TagClassName
{
border-color: #7FA245;
}
</style>