Shades of Sushi #7FA73C
Tints of Sushi #7FA73C
RGB
CMYK
RGB Variations
Color information
#7FA73C (or 0x7FA73C) is known color: Sushi. HEX triplet: 7F, A7 and 3C. RGB value is (127,167,60). Sum of RGB (Red+Green+Blue) = 127+167+60=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #7FA73C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA73C is #8058C3. Grayscale: #8F8F8F. Windows color (decimal): -8411332 or 3975039. OLE color: 3975039.
HSL color Cylindrical-coordinate representation of color #7FA73C: hue angle of 82.43º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FA73C is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 167 | 60 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.35 |
| HSL | 82.43º | 0.47% | 0.45% | - |
| HSV(B) | 82.43º | 0.64% | 0.65% | - |
| XYZ | 23.39 | 32.48 | 9.31 | - |
| YUV | 142.84 | 81.25 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 167 | 60 | 0.24 | 0 | 0.64 | 0.35 | 82.43 | 0.47 | 0.45 |
| Hex | 7F | A7 | 3C | 18 | 0 | 40 | 23 | 52 | 2F | 2D |
| Octal | 177 | 247 | 74 | 30 | 0 | 100 | 43 | 122 | 57 | 55 |
| Binary | 1111111 | 10100111 | 111100 | 11000 | 0 | 1000000 | 100011 | 1010010 | 101111 | 101101 |
Color Harmonies of #7FA73C
Complementary color
Monochromatic Colors of #7FA73C
Black with #7FA73C
Text Example
Text Example
White with #7FA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA73C; }
p { color: rgb(127,167,60); }
H1.HeaderClassName
{
color: #7FA73C;
}
.AnyTagClassName
{
color: #7FA73C;
}
</style>
background-color css
<style>
a { background-color: #7FA73C; }
a { background-color: rgb(127,167,60); }
div.DivClassName
{
background-color: #7FA73C;
}
.BgClassName
{
background-color: #7FA73C;
}
</style>
border-color css
<style>
span { border-color: #7FA73C; }
span { border-color: rgb(127,167,60); }
td.TdClassName
{
border-color: #7FA73C;
}
.TagClassName
{
border-color: #7FA73C;
}
</style>