Shades of Sushi #7EB33C
Tints of Sushi #7EB33C
RGB
CMYK
RGB Variations
Color information
#7EB33C (or 0x7EB33C) is known color: Sushi. HEX triplet: 7E, B3 and 3C. RGB value is (126,179,60). Sum of RGB (Red+Green+Blue) = 126+179+60=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #7EB33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB33C is #814CC3. Grayscale: #969696. Windows color (decimal): -8473796 or 3978110. OLE color: 3978110.
HSL color Cylindrical-coordinate representation of color #7EB33C: hue angle of 86.72º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7EB33C is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 179 | 60 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.30 |
| HSL | 86.72º | 0.5% | 0.47% | - |
| HSV(B) | 86.72º | 0.66% | 0.7% | - |
| XYZ | 25.54 | 37 | 10.07 | - |
| YUV | 149.59 | 77.44 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 179 | 60 | 0.30 | 0 | 0.66 | 0.30 | 86.72 | 0.5 | 0.47 |
| Hex | 7E | B3 | 3C | 1E | 0 | 42 | 1E | 57 | 32 | 2F |
| Octal | 176 | 263 | 74 | 36 | 0 | 102 | 36 | 127 | 62 | 57 |
| Binary | 1111110 | 10110011 | 111100 | 11110 | 0 | 1000010 | 11110 | 1010111 | 110010 | 101111 |
Color Harmonies of #7EB33C
Complementary color
Monochromatic Colors of #7EB33C
Black with #7EB33C
Text Example
Text Example
White with #7EB33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB33C; }
p { color: rgb(126,179,60); }
H1.HeaderClassName
{
color: #7EB33C;
}
.AnyTagClassName
{
color: #7EB33C;
}
</style>
background-color css
<style>
a { background-color: #7EB33C; }
a { background-color: rgb(126,179,60); }
div.DivClassName
{
background-color: #7EB33C;
}
.BgClassName
{
background-color: #7EB33C;
}
</style>
border-color css
<style>
span { border-color: #7EB33C; }
span { border-color: rgb(126,179,60); }
td.TdClassName
{
border-color: #7EB33C;
}
.TagClassName
{
border-color: #7EB33C;
}
</style>