Shades of Sushi #7AAF38
Tints of Sushi #7AAF38
RGB
CMYK
RGB Variations
Color information
#7AAF38 (or 0x7AAF38) is known color: Sushi. HEX triplet: 7A, AF and 38. RGB value is (122,175,56). Sum of RGB (Red+Green+Blue) = 122+175+56=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF38 is #8550C7. Grayscale: #929292. Windows color (decimal): -8736968 or 3714938. OLE color: 3714938.
HSL color Cylindrical-coordinate representation of color #7AAF38: hue angle of 86.72º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7AAF38 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 56 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.31 |
| HSL | 86.72º | 0.52% | 0.45% | - |
| HSV(B) | 86.72º | 0.68% | 0.69% | - |
| XYZ | 24.07 | 35.08 | 9.24 | - |
| YUV | 145.59 | 77.44 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 56 | 0.30 | 0 | 0.68 | 0.31 | 86.72 | 0.52 | 0.45 |
| Hex | 7A | AF | 38 | 1E | 0 | 44 | 1F | 57 | 34 | 2D |
| Octal | 172 | 257 | 70 | 36 | 0 | 104 | 37 | 127 | 64 | 55 |
| Binary | 1111010 | 10101111 | 111000 | 11110 | 0 | 1000100 | 11111 | 1010111 | 110100 | 101101 |
Color Harmonies of #7AAF38
Complementary color
Monochromatic Colors of #7AAF38
Black with #7AAF38
Text Example
Text Example
White with #7AAF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF38; }
p { color: rgb(122,175,56); }
H1.HeaderClassName
{
color: #7AAF38;
}
.AnyTagClassName
{
color: #7AAF38;
}
</style>
background-color css
<style>
a { background-color: #7AAF38; }
a { background-color: rgb(122,175,56); }
div.DivClassName
{
background-color: #7AAF38;
}
.BgClassName
{
background-color: #7AAF38;
}
</style>
border-color css
<style>
span { border-color: #7AAF38; }
span { border-color: rgb(122,175,56); }
td.TdClassName
{
border-color: #7AAF38;
}
.TagClassName
{
border-color: #7AAF38;
}
</style>