Shades of Sushi #7FA833
Tints of Sushi #7FA833
RGB
CMYK
RGB Variations
Color information
#7FA833 (or 0x7FA833) is known color: Sushi. HEX triplet: 7F, A8 and 33. RGB value is (127,168,51). Sum of RGB (Red+Green+Blue) = 127+168+51=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA833 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA833 is #8057CC. Grayscale: #8E8E8E. Windows color (decimal): -8411085 or 3385471. OLE color: 3385471.
HSL color Cylindrical-coordinate representation of color #7FA833: hue angle of 81.03º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7FA833 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 168 | 51 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.34 |
| HSL | 81.03º | 0.53% | 0.43% | - |
| HSV(B) | 81.03º | 0.7% | 0.66% | - |
| XYZ | 23.35 | 32.76 | 8.22 | - |
| YUV | 142.4 | 76.42 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 168 | 51 | 0.24 | 0 | 0.70 | 0.34 | 81.03 | 0.53 | 0.43 |
| Hex | 7F | A8 | 33 | 18 | 0 | 46 | 22 | 51 | 35 | 2B |
| Octal | 177 | 250 | 63 | 30 | 0 | 106 | 42 | 121 | 65 | 53 |
| Binary | 1111111 | 10101000 | 110011 | 11000 | 0 | 1000110 | 100010 | 1010001 | 110101 | 101011 |
Color Harmonies of #7FA833
Complementary color
Monochromatic Colors of #7FA833
Black with #7FA833
Text Example
Text Example
White with #7FA833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA833; }
p { color: rgb(127,168,51); }
H1.HeaderClassName
{
color: #7FA833;
}
.AnyTagClassName
{
color: #7FA833;
}
</style>
background-color css
<style>
a { background-color: #7FA833; }
a { background-color: rgb(127,168,51); }
div.DivClassName
{
background-color: #7FA833;
}
.BgClassName
{
background-color: #7FA833;
}
</style>
border-color css
<style>
span { border-color: #7FA833; }
span { border-color: rgb(127,168,51); }
td.TdClassName
{
border-color: #7FA833;
}
.TagClassName
{
border-color: #7FA833;
}
</style>