Shades of Sushi #81B037
Tints of Sushi #81B037
RGB
CMYK
RGB Variations
Color information
#81B037 (or 0x81B037) is known color: Sushi. HEX triplet: 81, B0 and 37. RGB value is (129,176,55). Sum of RGB (Red+Green+Blue) = 129+176+55=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #81B037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81B037 is #7E4FC8. Grayscale: #949494. Windows color (decimal): -8277961 or 3649665. OLE color: 3649665.
HSL color Cylindrical-coordinate representation of color #81B037: hue angle of 83.31º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #81B037 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 176 | 55 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.31 |
| HSL | 83.31º | 0.52% | 0.45% | - |
| HSV(B) | 83.31º | 0.69% | 0.69% | - |
| XYZ | 25.27 | 35.99 | 9.23 | - |
| YUV | 148.15 | 75.43 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 176 | 55 | 0.27 | 0 | 0.69 | 0.31 | 83.31 | 0.52 | 0.45 |
| Hex | 81 | B0 | 37 | 1B | 0 | 45 | 1F | 53 | 34 | 2D |
| Octal | 201 | 260 | 67 | 33 | 0 | 105 | 37 | 123 | 64 | 55 |
| Binary | 10000001 | 10110000 | 110111 | 11011 | 0 | 1000101 | 11111 | 1010011 | 110100 | 101101 |
Color Harmonies of #81B037
Complementary color
Monochromatic Colors of #81B037
Black with #81B037
Text Example
Text Example
White with #81B037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B037; }
p { color: rgb(129,176,55); }
H1.HeaderClassName
{
color: #81B037;
}
.AnyTagClassName
{
color: #81B037;
}
</style>
background-color css
<style>
a { background-color: #81B037; }
a { background-color: rgb(129,176,55); }
div.DivClassName
{
background-color: #81B037;
}
.BgClassName
{
background-color: #81B037;
}
</style>
border-color css
<style>
span { border-color: #81B037; }
span { border-color: rgb(129,176,55); }
td.TdClassName
{
border-color: #81B037;
}
.TagClassName
{
border-color: #81B037;
}
</style>