Shades of Sushi #7DA343
Tints of Sushi #7DA343
RGB
CMYK
RGB Variations
Color information
#7DA343 (or 0x7DA343) is known color: Sushi. HEX triplet: 7D, A3 and 43. RGB value is (125,163,67). Sum of RGB (Red+Green+Blue) = 125+163+67=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA343 is #825CBC. Grayscale: #8D8D8D. Windows color (decimal): -8543421 or 4432765. OLE color: 4432765.
HSL color Cylindrical-coordinate representation of color #7DA343: hue angle of 83.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DA343 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 163 | 67 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.36 |
| HSL | 83.75º | 0.42% | 0.45% | - |
| HSV(B) | 83.75º | 0.59% | 0.64% | - |
| XYZ | 22.57 | 30.96 | 10.1 | - |
| YUV | 140.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 163 | 67 | 0.23 | 0 | 0.59 | 0.36 | 83.75 | 0.42 | 0.45 |
| Hex | 7D | A3 | 43 | 17 | 0 | 3B | 24 | 54 | 2A | 2D |
| Octal | 175 | 243 | 103 | 27 | 0 | 73 | 44 | 124 | 52 | 55 |
| Binary | 1111101 | 10100011 | 1000011 | 10111 | 0 | 111011 | 100100 | 1010100 | 101010 | 101101 |
Color Harmonies of #7DA343
Complementary color
Monochromatic Colors of #7DA343
Black with #7DA343
Text Example
Text Example
White with #7DA343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA343; }
p { color: rgb(125,163,67); }
H1.HeaderClassName
{
color: #7DA343;
}
.AnyTagClassName
{
color: #7DA343;
}
</style>
background-color css
<style>
a { background-color: #7DA343; }
a { background-color: rgb(125,163,67); }
div.DivClassName
{
background-color: #7DA343;
}
.BgClassName
{
background-color: #7DA343;
}
</style>
border-color css
<style>
span { border-color: #7DA343; }
span { border-color: rgb(125,163,67); }
td.TdClassName
{
border-color: #7DA343;
}
.TagClassName
{
border-color: #7DA343;
}
</style>