Shades of Sushi #7E9A35
Tints of Sushi #7E9A35
RGB
CMYK
RGB Variations
Color information
#7E9A35 (or 0x7E9A35) is known color: Sushi. HEX triplet: 7E, 9A and 35. RGB value is (126,154,53). Sum of RGB (Red+Green+Blue) = 126+154+53=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #7E9A35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9A35 is #8165CA. Grayscale: #868686. Windows color (decimal): -8480203 or 3512958. OLE color: 3512958.
HSL color Cylindrical-coordinate representation of color #7E9A35: hue angle of 76.63º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E9A35 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 154 | 53 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.40 |
| HSL | 76.63º | 0.49% | 0.41% | - |
| HSV(B) | 76.63º | 0.66% | 0.6% | - |
| XYZ | 20.8 | 27.8 | 7.64 | - |
| YUV | 134.11 | 82.22 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 154 | 53 | 0.18 | 0 | 0.66 | 0.40 | 76.63 | 0.49 | 0.41 |
| Hex | 7E | 9A | 35 | 12 | 0 | 42 | 28 | 4D | 31 | 29 |
| Octal | 176 | 232 | 65 | 22 | 0 | 102 | 50 | 115 | 61 | 51 |
| Binary | 1111110 | 10011010 | 110101 | 10010 | 0 | 1000010 | 101000 | 1001101 | 110001 | 101001 |
Color Harmonies of #7E9A35
Complementary color
Monochromatic Colors of #7E9A35
Black with #7E9A35
Text Example
Text Example
White with #7E9A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9A35; }
p { color: rgb(126,154,53); }
H1.HeaderClassName
{
color: #7E9A35;
}
.AnyTagClassName
{
color: #7E9A35;
}
</style>
background-color css
<style>
a { background-color: #7E9A35; }
a { background-color: rgb(126,154,53); }
div.DivClassName
{
background-color: #7E9A35;
}
.BgClassName
{
background-color: #7E9A35;
}
</style>
border-color css
<style>
span { border-color: #7E9A35; }
span { border-color: rgb(126,154,53); }
td.TdClassName
{
border-color: #7E9A35;
}
.TagClassName
{
border-color: #7E9A35;
}
</style>