Shades of Sushi #7D9927
Tints of Sushi #7D9927
RGB
CMYK
RGB Variations
Color information
#7D9927 (or 0x7D9927) is known color: Sushi. HEX triplet: 7D, 99 and 27. RGB value is (125,153,39). Sum of RGB (Red+Green+Blue) = 125+153+39=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #7D9927 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9927 is #8266D8. Grayscale: #848484. Windows color (decimal): -8546009 or 2595197. OLE color: 2595197.
HSL color Cylindrical-coordinate representation of color #7D9927: hue angle of 74.74º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D9927 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 153 | 39 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.4 |
| HSL | 74.74º | 0.59% | 0.38% | - |
| HSV(B) | 74.74º | 0.75% | 0.6% | - |
| XYZ | 20.21 | 27.29 | 6.12 | - |
| YUV | 131.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 153 | 39 | 0.18 | 0 | 0.75 | 0.4 | 74.74 | 0.59 | 0.38 |
| Hex | 7D | 99 | 27 | 12 | 0 | 4B | 28 | 4B | 3B | 26 |
| Octal | 175 | 231 | 47 | 22 | 0 | 113 | 50 | 113 | 73 | 46 |
| Binary | 1111101 | 10011001 | 100111 | 10010 | 0 | 1001011 | 101000 | 1001011 | 111011 | 100110 |
Color Harmonies of #7D9927
Complementary color
Monochromatic Colors of #7D9927
Black with #7D9927
Text Example
Text Example
White with #7D9927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9927; }
p { color: rgb(125,153,39); }
H1.HeaderClassName
{
color: #7D9927;
}
.AnyTagClassName
{
color: #7D9927;
}
</style>
background-color css
<style>
a { background-color: #7D9927; }
a { background-color: rgb(125,153,39); }
div.DivClassName
{
background-color: #7D9927;
}
.BgClassName
{
background-color: #7D9927;
}
</style>
border-color css
<style>
span { border-color: #7D9927; }
span { border-color: rgb(125,153,39); }
td.TdClassName
{
border-color: #7D9927;
}
.TagClassName
{
border-color: #7D9927;
}
</style>