Shades of Sushi #7D9F22
Tints of Sushi #7D9F22
RGB
CMYK
RGB Variations
Color information
#7D9F22 (or 0x7D9F22) is known color: Sushi. HEX triplet: 7D, 9F and 22. RGB value is (125,159,34). Sum of RGB (Red+Green+Blue) = 125+159+34=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9F22 is #8260DD. Grayscale: #878787. Windows color (decimal): -8544478 or 2269053. OLE color: 2269053.
HSL color Cylindrical-coordinate representation of color #7D9F22: hue angle of 76.32º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D9F22 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 159 | 34 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.38 |
| HSL | 76.32º | 0.65% | 0.38% | - |
| HSV(B) | 76.32º | 0.79% | 0.62% | - |
| XYZ | 21.14 | 29.27 | 6.05 | - |
| YUV | 134.58 | 71.24 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 159 | 34 | 0.21 | 0 | 0.79 | 0.38 | 76.32 | 0.65 | 0.38 |
| Hex | 7D | 9F | 22 | 15 | 0 | 4F | 26 | 4C | 41 | 26 |
| Octal | 175 | 237 | 42 | 25 | 0 | 117 | 46 | 114 | 101 | 46 |
| Binary | 1111101 | 10011111 | 100010 | 10101 | 0 | 1001111 | 100110 | 1001100 | 1000001 | 100110 |
Color Harmonies of #7D9F22
Complementary color
Monochromatic Colors of #7D9F22
Black with #7D9F22
Text Example
Text Example
White with #7D9F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9F22; }
p { color: rgb(125,159,34); }
H1.HeaderClassName
{
color: #7D9F22;
}
.AnyTagClassName
{
color: #7D9F22;
}
</style>
background-color css
<style>
a { background-color: #7D9F22; }
a { background-color: rgb(125,159,34); }
div.DivClassName
{
background-color: #7D9F22;
}
.BgClassName
{
background-color: #7D9F22;
}
</style>
border-color css
<style>
span { border-color: #7D9F22; }
span { border-color: rgb(125,159,34); }
td.TdClassName
{
border-color: #7D9F22;
}
.TagClassName
{
border-color: #7D9F22;
}
</style>