Shades of Sushi #7A9A3C
Tints of Sushi #7A9A3C
RGB
CMYK
RGB Variations
Color information
#7A9A3C (or 0x7A9A3C) is known color: Sushi. HEX triplet: 7A, 9A and 3C. RGB value is (122,154,60). Sum of RGB (Red+Green+Blue) = 122+154+60=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #7A9A3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9A3C is #8565C3. Grayscale: #868686. Windows color (decimal): -8742340 or 3971706. OLE color: 3971706.
HSL color Cylindrical-coordinate representation of color #7A9A3C: hue angle of 80.43º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A9A3C is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 154 | 60 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.40 |
| HSL | 80.43º | 0.44% | 0.42% | - |
| HSV(B) | 80.43º | 0.61% | 0.6% | - |
| XYZ | 20.4 | 27.58 | 8.52 | - |
| YUV | 133.72 | 86.4 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 154 | 60 | 0.21 | 0 | 0.61 | 0.40 | 80.43 | 0.44 | 0.42 |
| Hex | 7A | 9A | 3C | 15 | 0 | 3D | 28 | 50 | 2C | 2A |
| Octal | 172 | 232 | 74 | 25 | 0 | 75 | 50 | 120 | 54 | 52 |
| Binary | 1111010 | 10011010 | 111100 | 10101 | 0 | 111101 | 101000 | 1010000 | 101100 | 101010 |
Color Harmonies of #7A9A3C
Complementary color
Monochromatic Colors of #7A9A3C
Black with #7A9A3C
Text Example
Text Example
White with #7A9A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9A3C; }
p { color: rgb(122,154,60); }
H1.HeaderClassName
{
color: #7A9A3C;
}
.AnyTagClassName
{
color: #7A9A3C;
}
</style>
background-color css
<style>
a { background-color: #7A9A3C; }
a { background-color: rgb(122,154,60); }
div.DivClassName
{
background-color: #7A9A3C;
}
.BgClassName
{
background-color: #7A9A3C;
}
</style>
border-color css
<style>
span { border-color: #7A9A3C; }
span { border-color: rgb(122,154,60); }
td.TdClassName
{
border-color: #7A9A3C;
}
.TagClassName
{
border-color: #7A9A3C;
}
</style>