Shades of Sushi #7A982B
Tints of Sushi #7A982B
RGB
CMYK
RGB Variations
Color information
#7A982B (or 0x7A982B) is known color: Sushi. HEX triplet: 7A, 98 and 2B. RGB value is (122,152,43). Sum of RGB (Red+Green+Blue) = 122+152+43=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #7A982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A982B is #8567D4. Grayscale: #838383. Windows color (decimal): -8742869 or 2857082. OLE color: 2857082.
HSL color Cylindrical-coordinate representation of color #7A982B: hue angle of 76.51º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A982B is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 152 | 43 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.40 |
| HSL | 76.51º | 0.56% | 0.38% | - |
| HSV(B) | 76.51º | 0.72% | 0.6% | - |
| XYZ | 19.69 | 26.77 | 6.41 | - |
| YUV | 130.6 | 78.56 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 152 | 43 | 0.20 | 0 | 0.72 | 0.40 | 76.51 | 0.56 | 0.38 |
| Hex | 7A | 98 | 2B | 14 | 0 | 48 | 28 | 4D | 38 | 26 |
| Octal | 172 | 230 | 53 | 24 | 0 | 110 | 50 | 115 | 70 | 46 |
| Binary | 1111010 | 10011000 | 101011 | 10100 | 0 | 1001000 | 101000 | 1001101 | 111000 | 100110 |
Color Harmonies of #7A982B
Complementary color
Monochromatic Colors of #7A982B
Black with #7A982B
Text Example
Text Example
White with #7A982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A982B; }
p { color: rgb(122,152,43); }
H1.HeaderClassName
{
color: #7A982B;
}
.AnyTagClassName
{
color: #7A982B;
}
</style>
background-color css
<style>
a { background-color: #7A982B; }
a { background-color: rgb(122,152,43); }
div.DivClassName
{
background-color: #7A982B;
}
.BgClassName
{
background-color: #7A982B;
}
</style>
border-color css
<style>
span { border-color: #7A982B; }
span { border-color: rgb(122,152,43); }
td.TdClassName
{
border-color: #7A982B;
}
.TagClassName
{
border-color: #7A982B;
}
</style>