Shades of Sushi #7DAC30
Tints of Sushi #7DAC30
RGB
CMYK
RGB Variations
Color information
#7DAC30 (or 0x7DAC30) is known color: Sushi. HEX triplet: 7D, AC and 30. RGB value is (125,172,48). Sum of RGB (Red+Green+Blue) = 125+172+48=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC30 is #8253CF. Grayscale: #909090. Windows color (decimal): -8541136 or 3189885. OLE color: 3189885.
HSL color Cylindrical-coordinate representation of color #7DAC30: hue angle of 82.74º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DAC30 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 48 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.33 |
| HSL | 82.74º | 0.56% | 0.43% | - |
| HSV(B) | 82.74º | 0.72% | 0.67% | - |
| XYZ | 23.74 | 34.08 | 8.12 | - |
| YUV | 143.81 | 73.93 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 48 | 0.27 | 0 | 0.72 | 0.33 | 82.74 | 0.56 | 0.43 |
| Hex | 7D | AC | 30 | 1B | 0 | 48 | 21 | 53 | 38 | 2B |
| Octal | 175 | 254 | 60 | 33 | 0 | 110 | 41 | 123 | 70 | 53 |
| Binary | 1111101 | 10101100 | 110000 | 11011 | 0 | 1001000 | 100001 | 1010011 | 111000 | 101011 |
Color Harmonies of #7DAC30
Complementary color
Monochromatic Colors of #7DAC30
Black with #7DAC30
Text Example
Text Example
White with #7DAC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC30; }
p { color: rgb(125,172,48); }
H1.HeaderClassName
{
color: #7DAC30;
}
.AnyTagClassName
{
color: #7DAC30;
}
</style>
background-color css
<style>
a { background-color: #7DAC30; }
a { background-color: rgb(125,172,48); }
div.DivClassName
{
background-color: #7DAC30;
}
.BgClassName
{
background-color: #7DAC30;
}
</style>
border-color css
<style>
span { border-color: #7DAC30; }
span { border-color: rgb(125,172,48); }
td.TdClassName
{
border-color: #7DAC30;
}
.TagClassName
{
border-color: #7DAC30;
}
</style>