Shades of Sushi #7D9E27
Tints of Sushi #7D9E27
RGB
CMYK
RGB Variations
Color information
#7D9E27 (or 0x7D9E27) is known color: Sushi. HEX triplet: 7D, 9E and 27. RGB value is (125,158,39). Sum of RGB (Red+Green+Blue) = 125+158+39=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9E27 is #8261D8. Grayscale: #878787. Windows color (decimal): -8544729 or 2596477. OLE color: 2596477.
HSL color Cylindrical-coordinate representation of color #7D9E27: hue angle of 76.64º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D9E27 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 158 | 39 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.38 |
| HSL | 76.64º | 0.6% | 0.39% | - |
| HSV(B) | 76.64º | 0.75% | 0.62% | - |
| XYZ | 21.05 | 28.96 | 6.4 | - |
| YUV | 134.57 | 74.07 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 158 | 39 | 0.21 | 0 | 0.75 | 0.38 | 76.64 | 0.6 | 0.39 |
| Hex | 7D | 9E | 27 | 15 | 0 | 4B | 26 | 4D | 3C | 27 |
| Octal | 175 | 236 | 47 | 25 | 0 | 113 | 46 | 115 | 74 | 47 |
| Binary | 1111101 | 10011110 | 100111 | 10101 | 0 | 1001011 | 100110 | 1001101 | 111100 | 100111 |
Color Harmonies of #7D9E27
Complementary color
Monochromatic Colors of #7D9E27
Black with #7D9E27
Text Example
Text Example
White with #7D9E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9E27; }
p { color: rgb(125,158,39); }
H1.HeaderClassName
{
color: #7D9E27;
}
.AnyTagClassName
{
color: #7D9E27;
}
</style>
background-color css
<style>
a { background-color: #7D9E27; }
a { background-color: rgb(125,158,39); }
div.DivClassName
{
background-color: #7D9E27;
}
.BgClassName
{
background-color: #7D9E27;
}
</style>
border-color css
<style>
span { border-color: #7D9E27; }
span { border-color: rgb(125,158,39); }
td.TdClassName
{
border-color: #7D9E27;
}
.TagClassName
{
border-color: #7D9E27;
}
</style>