Shades of Sushi #7DB539
Tints of Sushi #7DB539
RGB
CMYK
RGB Variations
Color information
#7DB539 (or 0x7DB539) is known color: Sushi. HEX triplet: 7D, B5 and 39. RGB value is (125,181,57). Sum of RGB (Red+Green+Blue) = 125+181+57=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB539 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB539 is #824AC6. Grayscale: #969696. Windows color (decimal): -8538823 or 3782013. OLE color: 3782013.
HSL color Cylindrical-coordinate representation of color #7DB539: hue angle of 87.1º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DB539 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 57 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.29 |
| HSL | 87.1º | 0.52% | 0.47% | - |
| HSV(B) | 87.1º | 0.69% | 0.71% | - |
| XYZ | 25.72 | 37.7 | 9.79 | - |
| YUV | 150.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 57 | 0.31 | 0 | 0.69 | 0.29 | 87.1 | 0.52 | 0.47 |
| Hex | 7D | B5 | 39 | 1F | 0 | 45 | 1D | 57 | 34 | 2F |
| Octal | 175 | 265 | 71 | 37 | 0 | 105 | 35 | 127 | 64 | 57 |
| Binary | 1111101 | 10110101 | 111001 | 11111 | 0 | 1000101 | 11101 | 1010111 | 110100 | 101111 |
Color Harmonies of #7DB539
Complementary color
Monochromatic Colors of #7DB539
Black with #7DB539
Text Example
Text Example
White with #7DB539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB539; }
p { color: rgb(125,181,57); }
H1.HeaderClassName
{
color: #7DB539;
}
.AnyTagClassName
{
color: #7DB539;
}
</style>
background-color css
<style>
a { background-color: #7DB539; }
a { background-color: rgb(125,181,57); }
div.DivClassName
{
background-color: #7DB539;
}
.BgClassName
{
background-color: #7DB539;
}
</style>
border-color css
<style>
span { border-color: #7DB539; }
span { border-color: rgb(125,181,57); }
td.TdClassName
{
border-color: #7DB539;
}
.TagClassName
{
border-color: #7DB539;
}
</style>