Shades of Sushi #7FA633
Tints of Sushi #7FA633
RGB
CMYK
RGB Variations
Color information
#7FA633 (or 0x7FA633) is known color: Sushi. HEX triplet: 7F, A6 and 33. RGB value is (127,166,51). Sum of RGB (Red+Green+Blue) = 127+166+51=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA633 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA633 is #8059CC. Grayscale: #8D8D8D. Windows color (decimal): -8411597 or 3384959. OLE color: 3384959.
HSL color Cylindrical-coordinate representation of color #7FA633: hue angle of 80.35º 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 #7FA633 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 166 | 51 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.35 |
| HSL | 80.35º | 0.53% | 0.43% | - |
| HSV(B) | 80.35º | 0.69% | 0.65% | - |
| XYZ | 22.99 | 32.02 | 8.1 | - |
| YUV | 141.23 | 77.08 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 166 | 51 | 0.23 | 0 | 0.69 | 0.35 | 80.35 | 0.53 | 0.43 |
| Hex | 7F | A6 | 33 | 17 | 0 | 45 | 23 | 50 | 35 | 2B |
| Octal | 177 | 246 | 63 | 27 | 0 | 105 | 43 | 120 | 65 | 53 |
| Binary | 1111111 | 10100110 | 110011 | 10111 | 0 | 1000101 | 100011 | 1010000 | 110101 | 101011 |
Color Harmonies of #7FA633
Complementary color
Monochromatic Colors of #7FA633
Black with #7FA633
Text Example
Text Example
White with #7FA633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA633; }
p { color: rgb(127,166,51); }
H1.HeaderClassName
{
color: #7FA633;
}
.AnyTagClassName
{
color: #7FA633;
}
</style>
background-color css
<style>
a { background-color: #7FA633; }
a { background-color: rgb(127,166,51); }
div.DivClassName
{
background-color: #7FA633;
}
.BgClassName
{
background-color: #7FA633;
}
</style>
border-color css
<style>
span { border-color: #7FA633; }
span { border-color: rgb(127,166,51); }
td.TdClassName
{
border-color: #7FA633;
}
.TagClassName
{
border-color: #7FA633;
}
</style>