Shades of Sushi #7E9935
Tints of Sushi #7E9935
RGB
CMYK
RGB Variations
Color information
#7E9935 (or 0x7E9935) is known color: Sushi. HEX triplet: 7E, 99 and 35. RGB value is (126,153,53). Sum of RGB (Red+Green+Blue) = 126+153+53=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #7E9935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9935 is #8166CA. Grayscale: #858585. Windows color (decimal): -8480459 or 3512702. OLE color: 3512702.
HSL color Cylindrical-coordinate representation of color #7E9935: hue angle of 76.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E9935 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 153 | 53 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.4 |
| HSL | 76.2º | 0.49% | 0.4% | - |
| HSV(B) | 76.2º | 0.65% | 0.6% | - |
| XYZ | 20.64 | 27.48 | 7.58 | - |
| YUV | 133.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 53 | 0.18 | 0 | 0.65 | 0.4 | 76.2 | 0.49 | 0.4 |
| Hex | 7E | 99 | 35 | 12 | 0 | 41 | 28 | 4C | 31 | 28 |
| Octal | 176 | 231 | 65 | 22 | 0 | 101 | 50 | 114 | 61 | 50 |
| Binary | 1111110 | 10011001 | 110101 | 10010 | 0 | 1000001 | 101000 | 1001100 | 110001 | 101000 |
Color Harmonies of #7E9935
Complementary color
Monochromatic Colors of #7E9935
Black with #7E9935
Text Example
Text Example
White with #7E9935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9935; }
p { color: rgb(126,153,53); }
H1.HeaderClassName
{
color: #7E9935;
}
.AnyTagClassName
{
color: #7E9935;
}
</style>
background-color css
<style>
a { background-color: #7E9935; }
a { background-color: rgb(126,153,53); }
div.DivClassName
{
background-color: #7E9935;
}
.BgClassName
{
background-color: #7E9935;
}
</style>
border-color css
<style>
span { border-color: #7E9935; }
span { border-color: rgb(126,153,53); }
td.TdClassName
{
border-color: #7E9935;
}
.TagClassName
{
border-color: #7E9935;
}
</style>