Shades of Sushi #81A53F
Tints of Sushi #81A53F
RGB
CMYK
RGB Variations
Color information
#81A53F (or 0x81A53F) is known color: Sushi. HEX triplet: 81, A5 and 3F. RGB value is (129,165,63). Sum of RGB (Red+Green+Blue) = 129+165+63=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #81A53F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A53F is #7E5AC0. Grayscale: #8E8E8E. Windows color (decimal): -8280769 or 4171137. OLE color: 4171137.
HSL color Cylindrical-coordinate representation of color #81A53F: hue angle of 81.18º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81A53F is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 165 | 63 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.35 |
| HSL | 81.18º | 0.45% | 0.45% | - |
| HSV(B) | 81.18º | 0.62% | 0.65% | - |
| XYZ | 23.41 | 31.94 | 9.63 | - |
| YUV | 142.61 | 83.07 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 165 | 63 | 0.22 | 0 | 0.62 | 0.35 | 81.18 | 0.45 | 0.45 |
| Hex | 81 | A5 | 3F | 16 | 0 | 3E | 23 | 51 | 2D | 2D |
| Octal | 201 | 245 | 77 | 26 | 0 | 76 | 43 | 121 | 55 | 55 |
| Binary | 10000001 | 10100101 | 111111 | 10110 | 0 | 111110 | 100011 | 1010001 | 101101 | 101101 |
Color Harmonies of #81A53F
Complementary color
Monochromatic Colors of #81A53F
Black with #81A53F
Text Example
Text Example
White with #81A53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A53F; }
p { color: rgb(129,165,63); }
H1.HeaderClassName
{
color: #81A53F;
}
.AnyTagClassName
{
color: #81A53F;
}
</style>
background-color css
<style>
a { background-color: #81A53F; }
a { background-color: rgb(129,165,63); }
div.DivClassName
{
background-color: #81A53F;
}
.BgClassName
{
background-color: #81A53F;
}
</style>
border-color css
<style>
span { border-color: #81A53F; }
span { border-color: rgb(129,165,63); }
td.TdClassName
{
border-color: #81A53F;
}
.TagClassName
{
border-color: #81A53F;
}
</style>