Shades of Sushi #7D942A
Tints of Sushi #7D942A
RGB
CMYK
RGB Variations
Color information
#7D942A (or 0x7D942A) is known color: Sushi. HEX triplet: 7D, 94 and 2A. RGB value is (125,148,42). Sum of RGB (Red+Green+Blue) = 125+148+42=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #7D942A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D942A is #826BD5. Grayscale: #818181. Windows color (decimal): -8547286 or 2790525. OLE color: 2790525.
HSL color Cylindrical-coordinate representation of color #7D942A: hue angle of 73.02º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D942A is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 148 | 42 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.42 |
| HSL | 73.02º | 0.56% | 0.37% | - |
| HSV(B) | 73.02º | 0.72% | 0.58% | - |
| XYZ | 19.47 | 25.71 | 6.13 | - |
| YUV | 129.04 | 78.88 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 42 | 0.16 | 0 | 0.72 | 0.42 | 73.02 | 0.56 | 0.37 |
| Hex | 7D | 94 | 2A | 10 | 0 | 48 | 2A | 49 | 38 | 25 |
| Octal | 175 | 224 | 52 | 20 | 0 | 110 | 52 | 111 | 70 | 45 |
| Binary | 1111101 | 10010100 | 101010 | 10000 | 0 | 1001000 | 101010 | 1001001 | 111000 | 100101 |
Color Harmonies of #7D942A
Complementary color
Monochromatic Colors of #7D942A
Black with #7D942A
Text Example
Text Example
White with #7D942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D942A; }
p { color: rgb(125,148,42); }
H1.HeaderClassName
{
color: #7D942A;
}
.AnyTagClassName
{
color: #7D942A;
}
</style>
background-color css
<style>
a { background-color: #7D942A; }
a { background-color: rgb(125,148,42); }
div.DivClassName
{
background-color: #7D942A;
}
.BgClassName
{
background-color: #7D942A;
}
</style>
border-color css
<style>
span { border-color: #7D942A; }
span { border-color: rgb(125,148,42); }
td.TdClassName
{
border-color: #7D942A;
}
.TagClassName
{
border-color: #7D942A;
}
</style>