Shades of Sushi #7FAB36
Tints of Sushi #7FAB36
RGB
CMYK
RGB Variations
Color information
#7FAB36 (or 0x7FAB36) is known color: Sushi. HEX triplet: 7F, AB and 36. RGB value is (127,171,54). Sum of RGB (Red+Green+Blue) = 127+171+54=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAB36 is #8054C9. Grayscale: #909090. Windows color (decimal): -8410314 or 3582847. OLE color: 3582847.
HSL color Cylindrical-coordinate representation of color #7FAB36: hue angle of 82.56º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FAB36 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 54 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.33 |
| HSL | 82.56º | 0.52% | 0.44% | - |
| HSV(B) | 82.56º | 0.68% | 0.67% | - |
| XYZ | 23.98 | 33.9 | 8.77 | - |
| YUV | 144.51 | 76.92 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 54 | 0.26 | 0 | 0.68 | 0.33 | 82.56 | 0.52 | 0.44 |
| Hex | 7F | AB | 36 | 1A | 0 | 44 | 21 | 53 | 34 | 2C |
| Octal | 177 | 253 | 66 | 32 | 0 | 104 | 41 | 123 | 64 | 54 |
| Binary | 1111111 | 10101011 | 110110 | 11010 | 0 | 1000100 | 100001 | 1010011 | 110100 | 101100 |
Color Harmonies of #7FAB36
Complementary color
Monochromatic Colors of #7FAB36
Black with #7FAB36
Text Example
Text Example
White with #7FAB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAB36; }
p { color: rgb(127,171,54); }
H1.HeaderClassName
{
color: #7FAB36;
}
.AnyTagClassName
{
color: #7FAB36;
}
</style>
background-color css
<style>
a { background-color: #7FAB36; }
a { background-color: rgb(127,171,54); }
div.DivClassName
{
background-color: #7FAB36;
}
.BgClassName
{
background-color: #7FAB36;
}
</style>
border-color css
<style>
span { border-color: #7FAB36; }
span { border-color: rgb(127,171,54); }
td.TdClassName
{
border-color: #7FAB36;
}
.TagClassName
{
border-color: #7FAB36;
}
</style>