Shades of Sushi #7D9C24
Tints of Sushi #7D9C24
RGB
CMYK
RGB Variations
Color information
#7D9C24 (or 0x7D9C24) is known color: Sushi. HEX triplet: 7D, 9C and 24. RGB value is (125,156,36). Sum of RGB (Red+Green+Blue) = 125+156+36=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9C24 is #8263DB. Grayscale: #858585. Windows color (decimal): -8545244 or 2399357. OLE color: 2399357.
HSL color Cylindrical-coordinate representation of color #7D9C24: hue angle of 75.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D9C24 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 156 | 36 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.39 |
| HSL | 75.5º | 0.63% | 0.38% | - |
| HSV(B) | 75.5º | 0.77% | 0.61% | - |
| XYZ | 20.66 | 28.26 | 6.04 | - |
| YUV | 133.05 | 73.23 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 156 | 36 | 0.20 | 0 | 0.77 | 0.39 | 75.5 | 0.63 | 0.38 |
| Hex | 7D | 9C | 24 | 14 | 0 | 4D | 27 | 4C | 3E | 26 |
| Octal | 175 | 234 | 44 | 24 | 0 | 115 | 47 | 114 | 76 | 46 |
| Binary | 1111101 | 10011100 | 100100 | 10100 | 0 | 1001101 | 100111 | 1001100 | 111110 | 100110 |
Color Harmonies of #7D9C24
Complementary color
Monochromatic Colors of #7D9C24
Black with #7D9C24
Text Example
Text Example
White with #7D9C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9C24; }
p { color: rgb(125,156,36); }
H1.HeaderClassName
{
color: #7D9C24;
}
.AnyTagClassName
{
color: #7D9C24;
}
</style>
background-color css
<style>
a { background-color: #7D9C24; }
a { background-color: rgb(125,156,36); }
div.DivClassName
{
background-color: #7D9C24;
}
.BgClassName
{
background-color: #7D9C24;
}
</style>
border-color css
<style>
span { border-color: #7D9C24; }
span { border-color: rgb(125,156,36); }
td.TdClassName
{
border-color: #7D9C24;
}
.TagClassName
{
border-color: #7D9C24;
}
</style>