Shades of Sushi #7DAC38
Tints of Sushi #7DAC38
RGB
CMYK
RGB Variations
Color information
#7DAC38 (or 0x7DAC38) is known color: Sushi. HEX triplet: 7D, AC and 38. RGB value is (125,172,56). Sum of RGB (Red+Green+Blue) = 125+172+56=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC38 is #8253C7. Grayscale: #919191. Windows color (decimal): -8541128 or 3714173. OLE color: 3714173.
HSL color Cylindrical-coordinate representation of color #7DAC38: hue angle of 84.31º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DAC38 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 56 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.33 |
| HSL | 84.31º | 0.51% | 0.45% | - |
| HSV(B) | 84.31º | 0.67% | 0.67% | - |
| XYZ | 23.92 | 34.15 | 9.07 | - |
| YUV | 144.72 | 77.93 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 56 | 0.27 | 0 | 0.67 | 0.33 | 84.31 | 0.51 | 0.45 |
| Hex | 7D | AC | 38 | 1B | 0 | 43 | 21 | 54 | 33 | 2D |
| Octal | 175 | 254 | 70 | 33 | 0 | 103 | 41 | 124 | 63 | 55 |
| Binary | 1111101 | 10101100 | 111000 | 11011 | 0 | 1000011 | 100001 | 1010100 | 110011 | 101101 |
Color Harmonies of #7DAC38
Complementary color
Monochromatic Colors of #7DAC38
Black with #7DAC38
Text Example
Text Example
White with #7DAC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC38; }
p { color: rgb(125,172,56); }
H1.HeaderClassName
{
color: #7DAC38;
}
.AnyTagClassName
{
color: #7DAC38;
}
</style>
background-color css
<style>
a { background-color: #7DAC38; }
a { background-color: rgb(125,172,56); }
div.DivClassName
{
background-color: #7DAC38;
}
.BgClassName
{
background-color: #7DAC38;
}
</style>
border-color css
<style>
span { border-color: #7DAC38; }
span { border-color: rgb(125,172,56); }
td.TdClassName
{
border-color: #7DAC38;
}
.TagClassName
{
border-color: #7DAC38;
}
</style>