Shades of Sushi #7FA533
Tints of Sushi #7FA533
RGB
CMYK
RGB Variations
Color information
#7FA533 (or 0x7FA533) is known color: Sushi. HEX triplet: 7F, A5 and 33. RGB value is (127,165,51). Sum of RGB (Red+Green+Blue) = 127+165+51=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 165 (64.84% from 255 or 48.10% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA533 is #805ACC. Grayscale: #8D8D8D. Windows color (decimal): -8411853 or 3384703. OLE color: 3384703.
HSL color Cylindrical-coordinate representation of color #7FA533: hue angle of 80º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FA533 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 165 | 51 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.35 |
| HSL | 80º | 0.53% | 0.42% | - |
| HSV(B) | 80º | 0.69% | 0.65% | - |
| XYZ | 22.81 | 31.66 | 8.04 | - |
| YUV | 140.64 | 77.41 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 165 | 51 | 0.23 | 0 | 0.69 | 0.35 | 80 | 0.53 | 0.42 |
| Hex | 7F | A5 | 33 | 17 | 0 | 45 | 23 | 50 | 35 | 2A |
| Octal | 177 | 245 | 63 | 27 | 0 | 105 | 43 | 120 | 65 | 52 |
| Binary | 1111111 | 10100101 | 110011 | 10111 | 0 | 1000101 | 100011 | 1010000 | 110101 | 101010 |
Color Harmonies of #7FA533
Complementary color
Monochromatic Colors of #7FA533
Black with #7FA533
Text Example
Text Example
White with #7FA533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA533; }
p { color: rgb(127,165,51); }
H1.HeaderClassName
{
color: #7FA533;
}
.AnyTagClassName
{
color: #7FA533;
}
</style>
background-color css
<style>
a { background-color: #7FA533; }
a { background-color: rgb(127,165,51); }
div.DivClassName
{
background-color: #7FA533;
}
.BgClassName
{
background-color: #7FA533;
}
</style>
border-color css
<style>
span { border-color: #7FA533; }
span { border-color: rgb(127,165,51); }
td.TdClassName
{
border-color: #7FA533;
}
.TagClassName
{
border-color: #7FA533;
}
</style>