Shades of Sushi #7D972F
Tints of Sushi #7D972F
RGB
CMYK
RGB Variations
Color information
#7D972F (or 0x7D972F) is known color: Sushi. HEX triplet: 7D, 97 and 2F. RGB value is (125,151,47). Sum of RGB (Red+Green+Blue) = 125+151+47=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 151 - color contains mainly: green. Hex color #7D972F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D972F is #8268D0. Grayscale: #838383. Windows color (decimal): -8546513 or 3118973. OLE color: 3118973.
HSL color Cylindrical-coordinate representation of color #7D972F: hue angle of 75º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D972F is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 151 | 47 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.41 |
| HSL | 75º | 0.53% | 0.39% | - |
| HSV(B) | 75º | 0.69% | 0.59% | - |
| XYZ | 20.04 | 26.7 | 6.79 | - |
| YUV | 131.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 151 | 47 | 0.17 | 0 | 0.69 | 0.41 | 75 | 0.53 | 0.39 |
| Hex | 7D | 97 | 2F | 11 | 0 | 45 | 29 | 4B | 35 | 27 |
| Octal | 175 | 227 | 57 | 21 | 0 | 105 | 51 | 113 | 65 | 47 |
| Binary | 1111101 | 10010111 | 101111 | 10001 | 0 | 1000101 | 101001 | 1001011 | 110101 | 100111 |
Color Harmonies of #7D972F
Complementary color
Monochromatic Colors of #7D972F
Black with #7D972F
Text Example
Text Example
White with #7D972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D972F; }
p { color: rgb(125,151,47); }
H1.HeaderClassName
{
color: #7D972F;
}
.AnyTagClassName
{
color: #7D972F;
}
</style>
background-color css
<style>
a { background-color: #7D972F; }
a { background-color: rgb(125,151,47); }
div.DivClassName
{
background-color: #7D972F;
}
.BgClassName
{
background-color: #7D972F;
}
</style>
border-color css
<style>
span { border-color: #7D972F; }
span { border-color: rgb(125,151,47); }
td.TdClassName
{
border-color: #7D972F;
}
.TagClassName
{
border-color: #7D972F;
}
</style>