Shades of Sushi #7FA43D
Tints of Sushi #7FA43D
RGB
CMYK
RGB Variations
Color information
#7FA43D (or 0x7FA43D) is known color: Sushi. HEX triplet: 7F, A4 and 3D. RGB value is (127,164,61). Sum of RGB (Red+Green+Blue) = 127+164+61=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA43D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA43D is #805BC2. Grayscale: #8D8D8D. Windows color (decimal): -8412099 or 4039807. OLE color: 4039807.
HSL color Cylindrical-coordinate representation of color #7FA43D: hue angle of 81.55º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FA43D is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 164 | 61 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.36 |
| HSL | 81.55º | 0.46% | 0.44% | - |
| HSV(B) | 81.55º | 0.63% | 0.64% | - |
| XYZ | 22.87 | 31.4 | 9.27 | - |
| YUV | 141.2 | 82.74 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 164 | 61 | 0.23 | 0 | 0.63 | 0.36 | 81.55 | 0.46 | 0.44 |
| Hex | 7F | A4 | 3D | 17 | 0 | 3F | 24 | 52 | 2E | 2C |
| Octal | 177 | 244 | 75 | 27 | 0 | 77 | 44 | 122 | 56 | 54 |
| Binary | 1111111 | 10100100 | 111101 | 10111 | 0 | 111111 | 100100 | 1010010 | 101110 | 101100 |
Color Harmonies of #7FA43D
Complementary color
Monochromatic Colors of #7FA43D
Black with #7FA43D
Text Example
Text Example
White with #7FA43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA43D; }
p { color: rgb(127,164,61); }
H1.HeaderClassName
{
color: #7FA43D;
}
.AnyTagClassName
{
color: #7FA43D;
}
</style>
background-color css
<style>
a { background-color: #7FA43D; }
a { background-color: rgb(127,164,61); }
div.DivClassName
{
background-color: #7FA43D;
}
.BgClassName
{
background-color: #7FA43D;
}
</style>
border-color css
<style>
span { border-color: #7FA43D; }
span { border-color: rgb(127,164,61); }
td.TdClassName
{
border-color: #7FA43D;
}
.TagClassName
{
border-color: #7FA43D;
}
</style>