Shades of Sushi #7FA535
Tints of Sushi #7FA535
RGB
CMYK
RGB Variations
Color information
#7FA535 (or 0x7FA535) is known color: Sushi. HEX triplet: 7F, A5 and 35. RGB value is (127,165,53). Sum of RGB (Red+Green+Blue) = 127+165+53=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA535 is #805ACA. Grayscale: #8D8D8D. Windows color (decimal): -8411851 or 3515775. OLE color: 3515775.
HSL color Cylindrical-coordinate representation of color #7FA535: hue angle of 80.36º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FA535 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 165 | 53 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.35 |
| HSL | 80.36º | 0.51% | 0.43% | - |
| HSV(B) | 80.36º | 0.68% | 0.65% | - |
| XYZ | 22.85 | 31.68 | 8.28 | - |
| YUV | 140.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 165 | 53 | 0.23 | 0 | 0.68 | 0.35 | 80.36 | 0.51 | 0.43 |
| Hex | 7F | A5 | 35 | 17 | 0 | 44 | 23 | 50 | 33 | 2B |
| Octal | 177 | 245 | 65 | 27 | 0 | 104 | 43 | 120 | 63 | 53 |
| Binary | 1111111 | 10100101 | 110101 | 10111 | 0 | 1000100 | 100011 | 1010000 | 110011 | 101011 |
Color Harmonies of #7FA535
Complementary color
Monochromatic Colors of #7FA535
Black with #7FA535
Text Example
Text Example
White with #7FA535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA535; }
p { color: rgb(127,165,53); }
H1.HeaderClassName
{
color: #7FA535;
}
.AnyTagClassName
{
color: #7FA535;
}
</style>
background-color css
<style>
a { background-color: #7FA535; }
a { background-color: rgb(127,165,53); }
div.DivClassName
{
background-color: #7FA535;
}
.BgClassName
{
background-color: #7FA535;
}
</style>
border-color css
<style>
span { border-color: #7FA535; }
span { border-color: rgb(127,165,53); }
td.TdClassName
{
border-color: #7FA535;
}
.TagClassName
{
border-color: #7FA535;
}
</style>