Shades of Sushi #7FA733
Tints of Sushi #7FA733
RGB
CMYK
RGB Variations
Color information
#7FA733 (or 0x7FA733) is known color: Sushi. HEX triplet: 7F, A7 and 33. RGB value is (127,167,51). Sum of RGB (Red+Green+Blue) = 127+167+51=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 167 (65.62% from 255 or 48.41% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 167 - color contains mainly: green. Hex color #7FA733 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA733 is #8058CC. Grayscale: #8E8E8E. Windows color (decimal): -8411341 or 3385215. OLE color: 3385215.
HSL color Cylindrical-coordinate representation of color #7FA733: hue angle of 80.69º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FA733 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 167 | 51 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.35 |
| HSL | 80.69º | 0.53% | 0.43% | - |
| HSV(B) | 80.69º | 0.69% | 0.65% | - |
| XYZ | 23.17 | 32.39 | 8.16 | - |
| YUV | 141.82 | 76.75 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 167 | 51 | 0.24 | 0 | 0.69 | 0.35 | 80.69 | 0.53 | 0.43 |
| Hex | 7F | A7 | 33 | 18 | 0 | 45 | 23 | 51 | 35 | 2B |
| Octal | 177 | 247 | 63 | 30 | 0 | 105 | 43 | 121 | 65 | 53 |
| Binary | 1111111 | 10100111 | 110011 | 11000 | 0 | 1000101 | 100011 | 1010001 | 110101 | 101011 |
Color Harmonies of #7FA733
Complementary color
Monochromatic Colors of #7FA733
Black with #7FA733
Text Example
Text Example
White with #7FA733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA733; }
p { color: rgb(127,167,51); }
H1.HeaderClassName
{
color: #7FA733;
}
.AnyTagClassName
{
color: #7FA733;
}
</style>
background-color css
<style>
a { background-color: #7FA733; }
a { background-color: rgb(127,167,51); }
div.DivClassName
{
background-color: #7FA733;
}
.BgClassName
{
background-color: #7FA733;
}
</style>
border-color css
<style>
span { border-color: #7FA733; }
span { border-color: rgb(127,167,51); }
td.TdClassName
{
border-color: #7FA733;
}
.TagClassName
{
border-color: #7FA733;
}
</style>