Shades of Sushi #7FAE32
Tints of Sushi #7FAE32
RGB
CMYK
RGB Variations
Color information
#7FAE32 (or 0x7FAE32) is known color: Sushi. HEX triplet: 7F, AE and 32. RGB value is (127,174,50). Sum of RGB (Red+Green+Blue) = 127+174+50=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAE32 is #8051CD. Grayscale: #929292. Windows color (decimal): -8409550 or 3321471. OLE color: 3321471.
HSL color Cylindrical-coordinate representation of color #7FAE32: hue angle of 82.74º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7FAE32 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 174 | 50 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.32 |
| HSL | 82.74º | 0.55% | 0.44% | - |
| HSV(B) | 82.74º | 0.71% | 0.68% | - |
| XYZ | 24.46 | 35.01 | 8.49 | - |
| YUV | 145.81 | 73.93 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 50 | 0.27 | 0 | 0.71 | 0.32 | 82.74 | 0.55 | 0.44 |
| Hex | 7F | AE | 32 | 1B | 0 | 47 | 20 | 53 | 37 | 2C |
| Octal | 177 | 256 | 62 | 33 | 0 | 107 | 40 | 123 | 67 | 54 |
| Binary | 1111111 | 10101110 | 110010 | 11011 | 0 | 1000111 | 100000 | 1010011 | 110111 | 101100 |
Color Harmonies of #7FAE32
Complementary color
Monochromatic Colors of #7FAE32
Black with #7FAE32
Text Example
Text Example
White with #7FAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAE32; }
p { color: rgb(127,174,50); }
H1.HeaderClassName
{
color: #7FAE32;
}
.AnyTagClassName
{
color: #7FAE32;
}
</style>
background-color css
<style>
a { background-color: #7FAE32; }
a { background-color: rgb(127,174,50); }
div.DivClassName
{
background-color: #7FAE32;
}
.BgClassName
{
background-color: #7FAE32;
}
</style>
border-color css
<style>
span { border-color: #7FAE32; }
span { border-color: rgb(127,174,50); }
td.TdClassName
{
border-color: #7FAE32;
}
.TagClassName
{
border-color: #7FAE32;
}
</style>