Shades of Sushi #7DB33A
Tints of Sushi #7DB33A
RGB
CMYK
RGB Variations
Color information
#7DB33A (or 0x7DB33A) is known color: Sushi. HEX triplet: 7D, B3 and 3A. RGB value is (125,179,58). Sum of RGB (Red+Green+Blue) = 125+179+58=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB33A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB33A is #824CC5. Grayscale: #959595. Windows color (decimal): -8539334 or 3847037. OLE color: 3847037.
HSL color Cylindrical-coordinate representation of color #7DB33A: hue angle of 86.78º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DB33A is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 58 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.30 |
| HSL | 86.78º | 0.51% | 0.46% | - |
| HSV(B) | 86.78º | 0.68% | 0.7% | - |
| XYZ | 25.34 | 36.91 | 9.79 | - |
| YUV | 149.06 | 76.61 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 58 | 0.30 | 0 | 0.68 | 0.30 | 86.78 | 0.51 | 0.46 |
| Hex | 7D | B3 | 3A | 1E | 0 | 44 | 1E | 57 | 33 | 2E |
| Octal | 175 | 263 | 72 | 36 | 0 | 104 | 36 | 127 | 63 | 56 |
| Binary | 1111101 | 10110011 | 111010 | 11110 | 0 | 1000100 | 11110 | 1010111 | 110011 | 101110 |
Color Harmonies of #7DB33A
Complementary color
Monochromatic Colors of #7DB33A
Black with #7DB33A
Text Example
Text Example
White with #7DB33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB33A; }
p { color: rgb(125,179,58); }
H1.HeaderClassName
{
color: #7DB33A;
}
.AnyTagClassName
{
color: #7DB33A;
}
</style>
background-color css
<style>
a { background-color: #7DB33A; }
a { background-color: rgb(125,179,58); }
div.DivClassName
{
background-color: #7DB33A;
}
.BgClassName
{
background-color: #7DB33A;
}
</style>
border-color css
<style>
span { border-color: #7DB33A; }
span { border-color: rgb(125,179,58); }
td.TdClassName
{
border-color: #7DB33A;
}
.TagClassName
{
border-color: #7DB33A;
}
</style>