Shades of Sushi #7E993C
Tints of Sushi #7E993C
RGB
CMYK
RGB Variations
Color information
#7E993C (or 0x7E993C) is known color: Sushi. HEX triplet: 7E, 99 and 3C. RGB value is (126,153,60). Sum of RGB (Red+Green+Blue) = 126+153+60=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #7E993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E993C is #8166C3. Grayscale: #868686. Windows color (decimal): -8480452 or 3971454. OLE color: 3971454.
HSL color Cylindrical-coordinate representation of color #7E993C: hue angle of 77.42º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E993C is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 153 | 60 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.4 |
| HSL | 77.42º | 0.44% | 0.42% | - |
| HSV(B) | 77.42º | 0.61% | 0.6% | - |
| XYZ | 20.81 | 27.54 | 8.49 | - |
| YUV | 134.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 60 | 0.18 | 0 | 0.61 | 0.4 | 77.42 | 0.44 | 0.42 |
| Hex | 7E | 99 | 3C | 12 | 0 | 3D | 28 | 4D | 2C | 2A |
| Octal | 176 | 231 | 74 | 22 | 0 | 75 | 50 | 115 | 54 | 52 |
| Binary | 1111110 | 10011001 | 111100 | 10010 | 0 | 111101 | 101000 | 1001101 | 101100 | 101010 |
Color Harmonies of #7E993C
Complementary color
Monochromatic Colors of #7E993C
Black with #7E993C
Text Example
Text Example
White with #7E993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E993C; }
p { color: rgb(126,153,60); }
H1.HeaderClassName
{
color: #7E993C;
}
.AnyTagClassName
{
color: #7E993C;
}
</style>
background-color css
<style>
a { background-color: #7E993C; }
a { background-color: rgb(126,153,60); }
div.DivClassName
{
background-color: #7E993C;
}
.BgClassName
{
background-color: #7E993C;
}
</style>
border-color css
<style>
span { border-color: #7E993C; }
span { border-color: rgb(126,153,60); }
td.TdClassName
{
border-color: #7E993C;
}
.TagClassName
{
border-color: #7E993C;
}
</style>