Shades of Sushi #7DB33D
Tints of Sushi #7DB33D
RGB
CMYK
RGB Variations
Color information
#7DB33D (or 0x7DB33D) is known color: Sushi. HEX triplet: 7D, B3 and 3D. RGB value is (125,179,61). Sum of RGB (Red+Green+Blue) = 125+179+61=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB33D is #824CC2. Grayscale: #959595. Windows color (decimal): -8539331 or 4043645. OLE color: 4043645.
HSL color Cylindrical-coordinate representation of color #7DB33D: hue angle of 87.46º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DB33D is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 61 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.30 |
| HSL | 87.46º | 0.49% | 0.47% | - |
| HSV(B) | 87.46º | 0.66% | 0.7% | - |
| XYZ | 25.42 | 36.94 | 10.2 | - |
| YUV | 149.4 | 78.11 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 61 | 0.30 | 0 | 0.66 | 0.30 | 87.46 | 0.49 | 0.47 |
| Hex | 7D | B3 | 3D | 1E | 0 | 42 | 1E | 57 | 31 | 2F |
| Octal | 175 | 263 | 75 | 36 | 0 | 102 | 36 | 127 | 61 | 57 |
| Binary | 1111101 | 10110011 | 111101 | 11110 | 0 | 1000010 | 11110 | 1010111 | 110001 | 101111 |
Color Harmonies of #7DB33D
Complementary color
Monochromatic Colors of #7DB33D
Black with #7DB33D
Text Example
Text Example
White with #7DB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB33D; }
p { color: rgb(125,179,61); }
H1.HeaderClassName
{
color: #7DB33D;
}
.AnyTagClassName
{
color: #7DB33D;
}
</style>
background-color css
<style>
a { background-color: #7DB33D; }
a { background-color: rgb(125,179,61); }
div.DivClassName
{
background-color: #7DB33D;
}
.BgClassName
{
background-color: #7DB33D;
}
</style>
border-color css
<style>
span { border-color: #7DB33D; }
span { border-color: rgb(125,179,61); }
td.TdClassName
{
border-color: #7DB33D;
}
.TagClassName
{
border-color: #7DB33D;
}
</style>