Shades of Sushi #7DAC3D
Tints of Sushi #7DAC3D
RGB
CMYK
RGB Variations
Color information
#7DAC3D (or 0x7DAC3D) is known color: Sushi. HEX triplet: 7D, AC and 3D. RGB value is (125,172,61). Sum of RGB (Red+Green+Blue) = 125+172+61=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC3D is #8253C2. Grayscale: #919191. Windows color (decimal): -8541123 or 4041853. OLE color: 4041853.
HSL color Cylindrical-coordinate representation of color #7DAC3D: hue angle of 85.41º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DAC3D is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 61 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.33 |
| HSL | 85.41º | 0.48% | 0.46% | - |
| HSV(B) | 85.41º | 0.65% | 0.67% | - |
| XYZ | 24.05 | 34.2 | 9.75 | - |
| YUV | 145.29 | 80.43 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 61 | 0.27 | 0 | 0.65 | 0.33 | 85.41 | 0.48 | 0.46 |
| Hex | 7D | AC | 3D | 1B | 0 | 41 | 21 | 55 | 30 | 2E |
| Octal | 175 | 254 | 75 | 33 | 0 | 101 | 41 | 125 | 60 | 56 |
| Binary | 1111101 | 10101100 | 111101 | 11011 | 0 | 1000001 | 100001 | 1010101 | 110000 | 101110 |
Color Harmonies of #7DAC3D
Complementary color
Monochromatic Colors of #7DAC3D
Black with #7DAC3D
Text Example
Text Example
White with #7DAC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC3D; }
p { color: rgb(125,172,61); }
H1.HeaderClassName
{
color: #7DAC3D;
}
.AnyTagClassName
{
color: #7DAC3D;
}
</style>
background-color css
<style>
a { background-color: #7DAC3D; }
a { background-color: rgb(125,172,61); }
div.DivClassName
{
background-color: #7DAC3D;
}
.BgClassName
{
background-color: #7DAC3D;
}
</style>
border-color css
<style>
span { border-color: #7DAC3D; }
span { border-color: rgb(125,172,61); }
td.TdClassName
{
border-color: #7DAC3D;
}
.TagClassName
{
border-color: #7DAC3D;
}
</style>