Shades of Sushi #7EAF32
Tints of Sushi #7EAF32
RGB
CMYK
RGB Variations
Color information
#7EAF32 (or 0x7EAF32) is known color: Sushi. HEX triplet: 7E, AF and 32. RGB value is (126,175,50). Sum of RGB (Red+Green+Blue) = 126+175+50=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAF32 is #8150CD. Grayscale: #929292. Windows color (decimal): -8474830 or 3321726. OLE color: 3321726.
HSL color Cylindrical-coordinate representation of color #7EAF32: hue angle of 83.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7EAF32 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 175 | 50 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.31 |
| HSL | 83.52º | 0.56% | 0.44% | - |
| HSV(B) | 83.52º | 0.71% | 0.69% | - |
| XYZ | 24.51 | 35.33 | 8.54 | - |
| YUV | 146.1 | 73.77 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 50 | 0.28 | 0 | 0.71 | 0.31 | 83.52 | 0.56 | 0.44 |
| Hex | 7E | AF | 32 | 1C | 0 | 47 | 1F | 54 | 38 | 2C |
| Octal | 176 | 257 | 62 | 34 | 0 | 107 | 37 | 124 | 70 | 54 |
| Binary | 1111110 | 10101111 | 110010 | 11100 | 0 | 1000111 | 11111 | 1010100 | 111000 | 101100 |
Color Harmonies of #7EAF32
Complementary color
Monochromatic Colors of #7EAF32
Black with #7EAF32
Text Example
Text Example
White with #7EAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAF32; }
p { color: rgb(126,175,50); }
H1.HeaderClassName
{
color: #7EAF32;
}
.AnyTagClassName
{
color: #7EAF32;
}
</style>
background-color css
<style>
a { background-color: #7EAF32; }
a { background-color: rgb(126,175,50); }
div.DivClassName
{
background-color: #7EAF32;
}
.BgClassName
{
background-color: #7EAF32;
}
</style>
border-color css
<style>
span { border-color: #7EAF32; }
span { border-color: rgb(126,175,50); }
td.TdClassName
{
border-color: #7EAF32;
}
.TagClassName
{
border-color: #7EAF32;
}
</style>