Shades of Sushi #7D993B
Tints of Sushi #7D993B
RGB
CMYK
RGB Variations
Color information
#7D993B (or 0x7D993B) is known color: Sushi. HEX triplet: 7D, 99 and 3B. RGB value is (125,153,59). Sum of RGB (Red+Green+Blue) = 125+153+59=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #7D993B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D993B is #8266C4. Grayscale: #868686. Windows color (decimal): -8545989 or 3905917. OLE color: 3905917.
HSL color Cylindrical-coordinate representation of color #7D993B: hue angle of 77.87º 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 #7D993B is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 153 | 59 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.4 |
| HSL | 77.87º | 0.44% | 0.42% | - |
| HSV(B) | 77.87º | 0.61% | 0.6% | - |
| XYZ | 20.64 | 27.46 | 8.35 | - |
| YUV | 133.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 153 | 59 | 0.18 | 0 | 0.61 | 0.4 | 77.87 | 0.44 | 0.42 |
| Hex | 7D | 99 | 3B | 12 | 0 | 3D | 28 | 4E | 2C | 2A |
| Octal | 175 | 231 | 73 | 22 | 0 | 75 | 50 | 116 | 54 | 52 |
| Binary | 1111101 | 10011001 | 111011 | 10010 | 0 | 111101 | 101000 | 1001110 | 101100 | 101010 |
Color Harmonies of #7D993B
Complementary color
Monochromatic Colors of #7D993B
Black with #7D993B
Text Example
Text Example
White with #7D993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D993B; }
p { color: rgb(125,153,59); }
H1.HeaderClassName
{
color: #7D993B;
}
.AnyTagClassName
{
color: #7D993B;
}
</style>
background-color css
<style>
a { background-color: #7D993B; }
a { background-color: rgb(125,153,59); }
div.DivClassName
{
background-color: #7D993B;
}
.BgClassName
{
background-color: #7D993B;
}
</style>
border-color css
<style>
span { border-color: #7D993B; }
span { border-color: rgb(125,153,59); }
td.TdClassName
{
border-color: #7D993B;
}
.TagClassName
{
border-color: #7D993B;
}
</style>