Shades of Sushi #81A738
Tints of Sushi #81A738
RGB
CMYK
RGB Variations
Color information
#81A738 (or 0x81A738) is known color: Sushi. HEX triplet: 81, A7 and 38. RGB value is (129,167,56). Sum of RGB (Red+Green+Blue) = 129+167+56=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 167 - color contains mainly: green. Hex color #81A738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A738 is #7E58C7. Grayscale: #8F8F8F. Windows color (decimal): -8280264 or 3712897. OLE color: 3712897.
HSL color Cylindrical-coordinate representation of color #81A738: hue angle of 80.54º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81A738 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 167 | 56 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.35 |
| HSL | 80.54º | 0.5% | 0.44% | - |
| HSV(B) | 80.54º | 0.66% | 0.65% | - |
| XYZ | 23.59 | 32.59 | 8.79 | - |
| YUV | 142.98 | 78.91 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 56 | 0.23 | 0 | 0.66 | 0.35 | 80.54 | 0.5 | 0.44 |
| Hex | 81 | A7 | 38 | 17 | 0 | 42 | 23 | 51 | 32 | 2C |
| Octal | 201 | 247 | 70 | 27 | 0 | 102 | 43 | 121 | 62 | 54 |
| Binary | 10000001 | 10100111 | 111000 | 10111 | 0 | 1000010 | 100011 | 1010001 | 110010 | 101100 |
Color Harmonies of #81A738
Complementary color
Monochromatic Colors of #81A738
Black with #81A738
Text Example
Text Example
White with #81A738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A738; }
p { color: rgb(129,167,56); }
H1.HeaderClassName
{
color: #81A738;
}
.AnyTagClassName
{
color: #81A738;
}
</style>
background-color css
<style>
a { background-color: #81A738; }
a { background-color: rgb(129,167,56); }
div.DivClassName
{
background-color: #81A738;
}
.BgClassName
{
background-color: #81A738;
}
</style>
border-color css
<style>
span { border-color: #81A738; }
span { border-color: rgb(129,167,56); }
td.TdClassName
{
border-color: #81A738;
}
.TagClassName
{
border-color: #81A738;
}
</style>