Shades of Sushi #81A12E
Tints of Sushi #81A12E
RGB
CMYK
RGB Variations
Color information
#81A12E (or 0x81A12E) is known color: Sushi. HEX triplet: 81, A1 and 2E. RGB value is (129,161,46). Sum of RGB (Red+Green+Blue) = 129+161+46=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #81A12E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A12E is #7E5ED1. Grayscale: #8A8A8A. Windows color (decimal): -8281810 or 3056001. OLE color: 3056001.
HSL color Cylindrical-coordinate representation of color #81A12E: hue angle of 76.7º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81A12E is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 161 | 46 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.37 |
| HSL | 76.7º | 0.56% | 0.41% | - |
| HSV(B) | 76.7º | 0.71% | 0.63% | - |
| XYZ | 22.29 | 30.35 | 7.27 | - |
| YUV | 138.32 | 75.9 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 161 | 46 | 0.20 | 0 | 0.71 | 0.37 | 76.7 | 0.56 | 0.41 |
| Hex | 81 | A1 | 2E | 14 | 0 | 47 | 25 | 4D | 38 | 29 |
| Octal | 201 | 241 | 56 | 24 | 0 | 107 | 45 | 115 | 70 | 51 |
| Binary | 10000001 | 10100001 | 101110 | 10100 | 0 | 1000111 | 100101 | 1001101 | 111000 | 101001 |
Color Harmonies of #81A12E
Complementary color
Monochromatic Colors of #81A12E
Black with #81A12E
Text Example
Text Example
White with #81A12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A12E; }
p { color: rgb(129,161,46); }
H1.HeaderClassName
{
color: #81A12E;
}
.AnyTagClassName
{
color: #81A12E;
}
</style>
background-color css
<style>
a { background-color: #81A12E; }
a { background-color: rgb(129,161,46); }
div.DivClassName
{
background-color: #81A12E;
}
.BgClassName
{
background-color: #81A12E;
}
</style>
border-color css
<style>
span { border-color: #81A12E; }
span { border-color: rgb(129,161,46); }
td.TdClassName
{
border-color: #81A12E;
}
.TagClassName
{
border-color: #81A12E;
}
</style>