Shades of Sushi #81A038
Tints of Sushi #81A038
RGB
CMYK
RGB Variations
Color information
#81A038 (or 0x81A038) is known color: Sushi. HEX triplet: 81, A0 and 38. RGB value is (129,160,56). Sum of RGB (Red+Green+Blue) = 129+160+56=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #81A038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A038 is #7E5FC7. Grayscale: #8B8B8B. Windows color (decimal): -8282056 or 3711105. OLE color: 3711105.
HSL color Cylindrical-coordinate representation of color #81A038: hue angle of 77.88º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81A038 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 160 | 56 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.37 |
| HSL | 77.88º | 0.48% | 0.42% | - |
| HSV(B) | 77.88º | 0.65% | 0.63% | - |
| XYZ | 22.34 | 30.09 | 8.37 | - |
| YUV | 138.88 | 81.23 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 160 | 56 | 0.19 | 0 | 0.65 | 0.37 | 77.88 | 0.48 | 0.42 |
| Hex | 81 | A0 | 38 | 13 | 0 | 41 | 25 | 4E | 30 | 2A |
| Octal | 201 | 240 | 70 | 23 | 0 | 101 | 45 | 116 | 60 | 52 |
| Binary | 10000001 | 10100000 | 111000 | 10011 | 0 | 1000001 | 100101 | 1001110 | 110000 | 101010 |
Color Harmonies of #81A038
Complementary color
Monochromatic Colors of #81A038
Black with #81A038
Text Example
Text Example
White with #81A038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A038; }
p { color: rgb(129,160,56); }
H1.HeaderClassName
{
color: #81A038;
}
.AnyTagClassName
{
color: #81A038;
}
</style>
background-color css
<style>
a { background-color: #81A038; }
a { background-color: rgb(129,160,56); }
div.DivClassName
{
background-color: #81A038;
}
.BgClassName
{
background-color: #81A038;
}
</style>
border-color css
<style>
span { border-color: #81A038; }
span { border-color: rgb(129,160,56); }
td.TdClassName
{
border-color: #81A038;
}
.TagClassName
{
border-color: #81A038;
}
</style>