Shades of Sushi #7DB438
Tints of Sushi #7DB438
RGB
CMYK
RGB Variations
Color information
#7DB438 (or 0x7DB438) is known color: Sushi. HEX triplet: 7D, B4 and 38. RGB value is (125,180,56). Sum of RGB (Red+Green+Blue) = 125+180+56=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB438 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB438 is #824BC7. Grayscale: #959595. Windows color (decimal): -8539080 or 3716221. OLE color: 3716221.
HSL color Cylindrical-coordinate representation of color #7DB438: hue angle of 86.61º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DB438 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 56 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.29 |
| HSL | 86.61º | 0.53% | 0.46% | - |
| HSV(B) | 86.61º | 0.69% | 0.71% | - |
| XYZ | 25.49 | 37.29 | 9.6 | - |
| YUV | 149.42 | 75.28 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 56 | 0.31 | 0 | 0.69 | 0.29 | 86.61 | 0.53 | 0.46 |
| Hex | 7D | B4 | 38 | 1F | 0 | 45 | 1D | 57 | 35 | 2E |
| Octal | 175 | 264 | 70 | 37 | 0 | 105 | 35 | 127 | 65 | 56 |
| Binary | 1111101 | 10110100 | 111000 | 11111 | 0 | 1000101 | 11101 | 1010111 | 110101 | 101110 |
Color Harmonies of #7DB438
Complementary color
Monochromatic Colors of #7DB438
Black with #7DB438
Text Example
Text Example
White with #7DB438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB438; }
p { color: rgb(125,180,56); }
H1.HeaderClassName
{
color: #7DB438;
}
.AnyTagClassName
{
color: #7DB438;
}
</style>
background-color css
<style>
a { background-color: #7DB438; }
a { background-color: rgb(125,180,56); }
div.DivClassName
{
background-color: #7DB438;
}
.BgClassName
{
background-color: #7DB438;
}
</style>
border-color css
<style>
span { border-color: #7DB438; }
span { border-color: rgb(125,180,56); }
td.TdClassName
{
border-color: #7DB438;
}
.TagClassName
{
border-color: #7DB438;
}
</style>