Shades of Sushi #7FA93C
Tints of Sushi #7FA93C
RGB
CMYK
RGB Variations
Color information
#7FA93C (or 0x7FA93C) is known color: Sushi. HEX triplet: 7F, A9 and 3C. RGB value is (127,169,60). Sum of RGB (Red+Green+Blue) = 127+169+60=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #7FA93C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA93C is #8056C3. Grayscale: #909090. Windows color (decimal): -8410820 or 3975551. OLE color: 3975551.
HSL color Cylindrical-coordinate representation of color #7FA93C: hue angle of 83.12º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FA93C is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 169 | 60 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.34 |
| HSL | 83.12º | 0.48% | 0.45% | - |
| HSV(B) | 83.12º | 0.64% | 0.66% | - |
| XYZ | 23.76 | 33.21 | 9.43 | - |
| YUV | 144.02 | 80.59 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 169 | 60 | 0.25 | 0 | 0.64 | 0.34 | 83.12 | 0.48 | 0.45 |
| Hex | 7F | A9 | 3C | 19 | 0 | 40 | 22 | 53 | 30 | 2D |
| Octal | 177 | 251 | 74 | 31 | 0 | 100 | 42 | 123 | 60 | 55 |
| Binary | 1111111 | 10101001 | 111100 | 11001 | 0 | 1000000 | 100010 | 1010011 | 110000 | 101101 |
Color Harmonies of #7FA93C
Complementary color
Monochromatic Colors of #7FA93C
Black with #7FA93C
Text Example
Text Example
White with #7FA93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA93C; }
p { color: rgb(127,169,60); }
H1.HeaderClassName
{
color: #7FA93C;
}
.AnyTagClassName
{
color: #7FA93C;
}
</style>
background-color css
<style>
a { background-color: #7FA93C; }
a { background-color: rgb(127,169,60); }
div.DivClassName
{
background-color: #7FA93C;
}
.BgClassName
{
background-color: #7FA93C;
}
</style>
border-color css
<style>
span { border-color: #7FA93C; }
span { border-color: rgb(127,169,60); }
td.TdClassName
{
border-color: #7FA93C;
}
.TagClassName
{
border-color: #7FA93C;
}
</style>