Shades of Sushi #7AB23C
Tints of Sushi #7AB23C
RGB
CMYK
RGB Variations
Color information
#7AB23C (or 0x7AB23C) is known color: Sushi. HEX triplet: 7A, B2 and 3C. RGB value is (122,178,60). Sum of RGB (Red+Green+Blue) = 122+178+60=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 178 (69.92% from 255 or 49.44% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB23C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB23C is #854DC3. Grayscale: #949494. Windows color (decimal): -8736196 or 3977850. OLE color: 3977850.
HSL color Cylindrical-coordinate representation of color #7AB23C: hue angle of 88.47º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7AB23C is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 60 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.30 |
| HSL | 88.47º | 0.5% | 0.47% | - |
| HSV(B) | 88.47º | 0.66% | 0.7% | - |
| XYZ | 24.76 | 36.3 | 9.98 | - |
| YUV | 147.8 | 78.45 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 60 | 0.31 | 0 | 0.66 | 0.30 | 88.47 | 0.5 | 0.47 |
| Hex | 7A | B2 | 3C | 1F | 0 | 42 | 1E | 58 | 32 | 2F |
| Octal | 172 | 262 | 74 | 37 | 0 | 102 | 36 | 130 | 62 | 57 |
| Binary | 1111010 | 10110010 | 111100 | 11111 | 0 | 1000010 | 11110 | 1011000 | 110010 | 101111 |
Color Harmonies of #7AB23C
Complementary color
Monochromatic Colors of #7AB23C
Black with #7AB23C
Text Example
Text Example
White with #7AB23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB23C; }
p { color: rgb(122,178,60); }
H1.HeaderClassName
{
color: #7AB23C;
}
.AnyTagClassName
{
color: #7AB23C;
}
</style>
background-color css
<style>
a { background-color: #7AB23C; }
a { background-color: rgb(122,178,60); }
div.DivClassName
{
background-color: #7AB23C;
}
.BgClassName
{
background-color: #7AB23C;
}
</style>
border-color css
<style>
span { border-color: #7AB23C; }
span { border-color: rgb(122,178,60); }
td.TdClassName
{
border-color: #7AB23C;
}
.TagClassName
{
border-color: #7AB23C;
}
</style>