Shades of Sushi #7D9D3E
Tints of Sushi #7D9D3E
RGB
CMYK
RGB Variations
Color information
#7D9D3E (or 0x7D9D3E) is known color: Sushi. HEX triplet: 7D, 9D and 3E. RGB value is (125,157,62). Sum of RGB (Red+Green+Blue) = 125+157+62=344 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.34% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 157 - color contains mainly: green. Hex color #7D9D3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9D3E is #8262C1. Grayscale: #888888. Windows color (decimal): -8544962 or 4103549. OLE color: 4103549.
HSL color Cylindrical-coordinate representation of color #7D9D3E: hue angle of 80.21º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D9D3E is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 157 | 62 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.38 |
| HSL | 80.21º | 0.43% | 0.43% | - |
| HSV(B) | 80.21º | 0.61% | 0.62% | - |
| XYZ | 21.38 | 28.82 | 8.99 | - |
| YUV | 136.6 | 85.9 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 157 | 62 | 0.20 | 0 | 0.61 | 0.38 | 80.21 | 0.43 | 0.43 |
| Hex | 7D | 9D | 3E | 14 | 0 | 3D | 26 | 50 | 2B | 2B |
| Octal | 175 | 235 | 76 | 24 | 0 | 75 | 46 | 120 | 53 | 53 |
| Binary | 1111101 | 10011101 | 111110 | 10100 | 0 | 111101 | 100110 | 1010000 | 101011 | 101011 |
Color Harmonies of #7D9D3E
Complementary color
Monochromatic Colors of #7D9D3E
Black with #7D9D3E
Text Example
Text Example
White with #7D9D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9D3E; }
p { color: rgb(125,157,62); }
H1.HeaderClassName
{
color: #7D9D3E;
}
.AnyTagClassName
{
color: #7D9D3E;
}
</style>
background-color css
<style>
a { background-color: #7D9D3E; }
a { background-color: rgb(125,157,62); }
div.DivClassName
{
background-color: #7D9D3E;
}
.BgClassName
{
background-color: #7D9D3E;
}
</style>
border-color css
<style>
span { border-color: #7D9D3E; }
span { border-color: rgb(125,157,62); }
td.TdClassName
{
border-color: #7D9D3E;
}
.TagClassName
{
border-color: #7D9D3E;
}
</style>