Shades of Sushi #7FA445
Tints of Sushi #7FA445
RGB
CMYK
RGB Variations
Color information
#7FA445 (or 0x7FA445) is known color: Sushi. HEX triplet: 7F, A4 and 45. RGB value is (127,164,69). Sum of RGB (Red+Green+Blue) = 127+164+69=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA445 is #805BBA. Grayscale: #8E8E8E. Windows color (decimal): -8412091 or 4564095. OLE color: 4564095.
HSL color Cylindrical-coordinate representation of color #7FA445: hue angle of 83.37º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FA445 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 164 | 69 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.36 |
| HSL | 83.37º | 0.41% | 0.46% | - |
| HSV(B) | 83.37º | 0.58% | 0.64% | - |
| XYZ | 23.1 | 31.49 | 10.49 | - |
| YUV | 142.11 | 86.74 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 164 | 69 | 0.23 | 0 | 0.58 | 0.36 | 83.37 | 0.41 | 0.46 |
| Hex | 7F | A4 | 45 | 17 | 0 | 3A | 24 | 53 | 29 | 2E |
| Octal | 177 | 244 | 105 | 27 | 0 | 72 | 44 | 123 | 51 | 56 |
| Binary | 1111111 | 10100100 | 1000101 | 10111 | 0 | 111010 | 100100 | 1010011 | 101001 | 101110 |
Color Harmonies of #7FA445
Complementary color
Monochromatic Colors of #7FA445
Black with #7FA445
Text Example
Text Example
White with #7FA445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA445; }
p { color: rgb(127,164,69); }
H1.HeaderClassName
{
color: #7FA445;
}
.AnyTagClassName
{
color: #7FA445;
}
</style>
background-color css
<style>
a { background-color: #7FA445; }
a { background-color: rgb(127,164,69); }
div.DivClassName
{
background-color: #7FA445;
}
.BgClassName
{
background-color: #7FA445;
}
</style>
border-color css
<style>
span { border-color: #7FA445; }
span { border-color: rgb(127,164,69); }
td.TdClassName
{
border-color: #7FA445;
}
.TagClassName
{
border-color: #7FA445;
}
</style>