Shades of Sushi #7A953F
Tints of Sushi #7A953F
RGB
CMYK
RGB Variations
Color information
#7A953F (or 0x7A953F) is known color: Sushi. HEX triplet: 7A, 95 and 3F. RGB value is (122,149,63). Sum of RGB (Red+Green+Blue) = 122+149+63=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #7A953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A953F is #856AC0. Grayscale: #838383. Windows color (decimal): -8743617 or 4167034. OLE color: 4167034.
HSL color Cylindrical-coordinate representation of color #7A953F: hue angle of 78.84º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A953F is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 149 | 63 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.42 |
| HSL | 78.84º | 0.41% | 0.42% | - |
| HSV(B) | 78.84º | 0.58% | 0.58% | - |
| XYZ | 19.67 | 25.99 | 8.68 | - |
| YUV | 131.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 149 | 63 | 0.18 | 0 | 0.58 | 0.42 | 78.84 | 0.41 | 0.42 |
| Hex | 7A | 95 | 3F | 12 | 0 | 3A | 2A | 4F | 29 | 2A |
| Octal | 172 | 225 | 77 | 22 | 0 | 72 | 52 | 117 | 51 | 52 |
| Binary | 1111010 | 10010101 | 111111 | 10010 | 0 | 111010 | 101010 | 1001111 | 101001 | 101010 |
Color Harmonies of #7A953F
Complementary color
Monochromatic Colors of #7A953F
Black with #7A953F
Text Example
Text Example
White with #7A953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A953F; }
p { color: rgb(122,149,63); }
H1.HeaderClassName
{
color: #7A953F;
}
.AnyTagClassName
{
color: #7A953F;
}
</style>
background-color css
<style>
a { background-color: #7A953F; }
a { background-color: rgb(122,149,63); }
div.DivClassName
{
background-color: #7A953F;
}
.BgClassName
{
background-color: #7A953F;
}
</style>
border-color css
<style>
span { border-color: #7A953F; }
span { border-color: rgb(122,149,63); }
td.TdClassName
{
border-color: #7A953F;
}
.TagClassName
{
border-color: #7A953F;
}
</style>