Shades of Sushi #7D973D
Tints of Sushi #7D973D
RGB
CMYK
RGB Variations
Color information
#7D973D (or 0x7D973D) is known color: Sushi. HEX triplet: 7D, 97 and 3D. RGB value is (125,151,61). Sum of RGB (Red+Green+Blue) = 125+151+61=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #7D973D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D973D is #8268C2. Grayscale: #858585. Windows color (decimal): -8546499 or 4036477. OLE color: 4036477.
HSL color Cylindrical-coordinate representation of color #7D973D: hue angle of 77.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D973D is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 151 | 61 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.41 |
| HSL | 77.33º | 0.42% | 0.42% | - |
| HSV(B) | 77.33º | 0.6% | 0.59% | - |
| XYZ | 20.37 | 26.83 | 8.52 | - |
| YUV | 132.97 | 87.39 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 151 | 61 | 0.17 | 0 | 0.60 | 0.41 | 77.33 | 0.42 | 0.42 |
| Hex | 7D | 97 | 3D | 11 | 0 | 3C | 29 | 4D | 2A | 2A |
| Octal | 175 | 227 | 75 | 21 | 0 | 74 | 51 | 115 | 52 | 52 |
| Binary | 1111101 | 10010111 | 111101 | 10001 | 0 | 111100 | 101001 | 1001101 | 101010 | 101010 |
Color Harmonies of #7D973D
Complementary color
Monochromatic Colors of #7D973D
Black with #7D973D
Text Example
Text Example
White with #7D973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D973D; }
p { color: rgb(125,151,61); }
H1.HeaderClassName
{
color: #7D973D;
}
.AnyTagClassName
{
color: #7D973D;
}
</style>
background-color css
<style>
a { background-color: #7D973D; }
a { background-color: rgb(125,151,61); }
div.DivClassName
{
background-color: #7D973D;
}
.BgClassName
{
background-color: #7D973D;
}
</style>
border-color css
<style>
span { border-color: #7D973D; }
span { border-color: rgb(125,151,61); }
td.TdClassName
{
border-color: #7D973D;
}
.TagClassName
{
border-color: #7D973D;
}
</style>