Shades of Sushi #7FAC38
Tints of Sushi #7FAC38
RGB
CMYK
RGB Variations
Color information
#7FAC38 (or 0x7FAC38) is known color: Sushi. HEX triplet: 7F, AC and 38. RGB value is (127,172,56). Sum of RGB (Red+Green+Blue) = 127+172+56=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAC38 is #8053C7. Grayscale: #919191. Windows color (decimal): -8410056 or 3714175. OLE color: 3714175.
HSL color Cylindrical-coordinate representation of color #7FAC38: hue angle of 83.28º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FAC38 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 56 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.33 |
| HSL | 83.28º | 0.51% | 0.45% | - |
| HSV(B) | 83.28º | 0.67% | 0.67% | - |
| XYZ | 24.22 | 34.3 | 9.09 | - |
| YUV | 145.32 | 77.59 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 56 | 0.26 | 0 | 0.67 | 0.33 | 83.28 | 0.51 | 0.45 |
| Hex | 7F | AC | 38 | 1A | 0 | 43 | 21 | 53 | 33 | 2D |
| Octal | 177 | 254 | 70 | 32 | 0 | 103 | 41 | 123 | 63 | 55 |
| Binary | 1111111 | 10101100 | 111000 | 11010 | 0 | 1000011 | 100001 | 1010011 | 110011 | 101101 |
Color Harmonies of #7FAC38
Complementary color
Monochromatic Colors of #7FAC38
Black with #7FAC38
Text Example
Text Example
White with #7FAC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC38; }
p { color: rgb(127,172,56); }
H1.HeaderClassName
{
color: #7FAC38;
}
.AnyTagClassName
{
color: #7FAC38;
}
</style>
background-color css
<style>
a { background-color: #7FAC38; }
a { background-color: rgb(127,172,56); }
div.DivClassName
{
background-color: #7FAC38;
}
.BgClassName
{
background-color: #7FAC38;
}
</style>
border-color css
<style>
span { border-color: #7FAC38; }
span { border-color: rgb(127,172,56); }
td.TdClassName
{
border-color: #7FAC38;
}
.TagClassName
{
border-color: #7FAC38;
}
</style>