Shades of Sushi #7FAB31
Tints of Sushi #7FAB31
RGB
CMYK
RGB Variations
Color information
#7FAB31 (or 0x7FAB31) is known color: Sushi. HEX triplet: 7F, AB and 31. RGB value is (127,171,49). Sum of RGB (Red+Green+Blue) = 127+171+49=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAB31 is #8054CE. Grayscale: #909090. Windows color (decimal): -8410319 or 3255167. OLE color: 3255167.
HSL color Cylindrical-coordinate representation of color #7FAB31: hue angle of 81.64º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7FAB31 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 49 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.33 |
| HSL | 81.64º | 0.55% | 0.43% | - |
| HSV(B) | 81.64º | 0.71% | 0.67% | - |
| XYZ | 23.87 | 33.86 | 8.18 | - |
| YUV | 143.94 | 74.42 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 49 | 0.26 | 0 | 0.71 | 0.33 | 81.64 | 0.55 | 0.43 |
| Hex | 7F | AB | 31 | 1A | 0 | 47 | 21 | 52 | 37 | 2B |
| Octal | 177 | 253 | 61 | 32 | 0 | 107 | 41 | 122 | 67 | 53 |
| Binary | 1111111 | 10101011 | 110001 | 11010 | 0 | 1000111 | 100001 | 1010010 | 110111 | 101011 |
Color Harmonies of #7FAB31
Complementary color
Monochromatic Colors of #7FAB31
Black with #7FAB31
Text Example
Text Example
White with #7FAB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAB31; }
p { color: rgb(127,171,49); }
H1.HeaderClassName
{
color: #7FAB31;
}
.AnyTagClassName
{
color: #7FAB31;
}
</style>
background-color css
<style>
a { background-color: #7FAB31; }
a { background-color: rgb(127,171,49); }
div.DivClassName
{
background-color: #7FAB31;
}
.BgClassName
{
background-color: #7FAB31;
}
</style>
border-color css
<style>
span { border-color: #7FAB31; }
span { border-color: rgb(127,171,49); }
td.TdClassName
{
border-color: #7FAB31;
}
.TagClassName
{
border-color: #7FAB31;
}
</style>