Shades of Sushi #81A444
Tints of Sushi #81A444
RGB
CMYK
RGB Variations
Color information
#81A444 (or 0x81A444) is known color: Sushi. HEX triplet: 81, A4 and 44. RGB value is (129,164,68). Sum of RGB (Red+Green+Blue) = 129+164+68=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #81A444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A444 is #7E5BBB. Grayscale: #8E8E8E. Windows color (decimal): -8281020 or 4498561. OLE color: 4498561.
HSL color Cylindrical-coordinate representation of color #81A444: hue angle of 81.87º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81A444 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 164 | 68 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.36 |
| HSL | 81.87º | 0.41% | 0.45% | - |
| HSV(B) | 81.87º | 0.59% | 0.64% | - |
| XYZ | 23.37 | 31.64 | 10.34 | - |
| YUV | 142.59 | 85.9 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 68 | 0.21 | 0 | 0.59 | 0.36 | 81.87 | 0.41 | 0.45 |
| Hex | 81 | A4 | 44 | 15 | 0 | 3B | 24 | 52 | 29 | 2D |
| Octal | 201 | 244 | 104 | 25 | 0 | 73 | 44 | 122 | 51 | 55 |
| Binary | 10000001 | 10100100 | 1000100 | 10101 | 0 | 111011 | 100100 | 1010010 | 101001 | 101101 |
Color Harmonies of #81A444
Complementary color
Monochromatic Colors of #81A444
Black with #81A444
Text Example
Text Example
White with #81A444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A444; }
p { color: rgb(129,164,68); }
H1.HeaderClassName
{
color: #81A444;
}
.AnyTagClassName
{
color: #81A444;
}
</style>
background-color css
<style>
a { background-color: #81A444; }
a { background-color: rgb(129,164,68); }
div.DivClassName
{
background-color: #81A444;
}
.BgClassName
{
background-color: #81A444;
}
</style>
border-color css
<style>
span { border-color: #81A444; }
span { border-color: rgb(129,164,68); }
td.TdClassName
{
border-color: #81A444;
}
.TagClassName
{
border-color: #81A444;
}
</style>