Shades of Sushi #7A9E23
Tints of Sushi #7A9E23
RGB
CMYK
RGB Variations
Color information
#7A9E23 (or 0x7A9E23) is known color: Sushi. HEX triplet: 7A, 9E and 23. RGB value is (122,158,35). Sum of RGB (Red+Green+Blue) = 122+158+35=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #7A9E23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9E23 is #8561DC. Grayscale: #858585. Windows color (decimal): -8741341 or 2334330. OLE color: 2334330.
HSL color Cylindrical-coordinate representation of color #7A9E23: hue angle of 77.56º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A9E23 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 158 | 35 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.38 |
| HSL | 77.56º | 0.64% | 0.38% | - |
| HSV(B) | 77.56º | 0.78% | 0.62% | - |
| XYZ | 20.56 | 28.71 | 6.05 | - |
| YUV | 133.21 | 72.57 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 158 | 35 | 0.23 | 0 | 0.78 | 0.38 | 77.56 | 0.64 | 0.38 |
| Hex | 7A | 9E | 23 | 17 | 0 | 4E | 26 | 4E | 40 | 26 |
| Octal | 172 | 236 | 43 | 27 | 0 | 116 | 46 | 116 | 100 | 46 |
| Binary | 1111010 | 10011110 | 100011 | 10111 | 0 | 1001110 | 100110 | 1001110 | 1000000 | 100110 |
Color Harmonies of #7A9E23
Complementary color
Monochromatic Colors of #7A9E23
Black with #7A9E23
Text Example
Text Example
White with #7A9E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9E23; }
p { color: rgb(122,158,35); }
H1.HeaderClassName
{
color: #7A9E23;
}
.AnyTagClassName
{
color: #7A9E23;
}
</style>
background-color css
<style>
a { background-color: #7A9E23; }
a { background-color: rgb(122,158,35); }
div.DivClassName
{
background-color: #7A9E23;
}
.BgClassName
{
background-color: #7A9E23;
}
</style>
border-color css
<style>
span { border-color: #7A9E23; }
span { border-color: rgb(122,158,35); }
td.TdClassName
{
border-color: #7A9E23;
}
.TagClassName
{
border-color: #7A9E23;
}
</style>