Shades of Sushi #81A343
Tints of Sushi #81A343
RGB
CMYK
RGB Variations
Color information
#81A343 (or 0x81A343) is known color: Sushi. HEX triplet: 81, A3 and 43. RGB value is (129,163,67). Sum of RGB (Red+Green+Blue) = 129+163+67=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 163 - color contains mainly: green. Hex color #81A343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A343 is #7E5CBC. Grayscale: #8E8E8E. Windows color (decimal): -8281277 or 4432769. OLE color: 4432769.
HSL color Cylindrical-coordinate representation of color #81A343: hue angle of 81.25º degrees, saturation: 0.42, 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 #81A343 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 163 | 67 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.36 |
| HSL | 81.25º | 0.42% | 0.45% | - |
| HSV(B) | 81.25º | 0.59% | 0.64% | - |
| XYZ | 23.16 | 31.27 | 10.12 | - |
| YUV | 141.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 163 | 67 | 0.21 | 0 | 0.59 | 0.36 | 81.25 | 0.42 | 0.45 |
| Hex | 81 | A3 | 43 | 15 | 0 | 3B | 24 | 51 | 2A | 2D |
| Octal | 201 | 243 | 103 | 25 | 0 | 73 | 44 | 121 | 52 | 55 |
| Binary | 10000001 | 10100011 | 1000011 | 10101 | 0 | 111011 | 100100 | 1010001 | 101010 | 101101 |
Color Harmonies of #81A343
Complementary color
Monochromatic Colors of #81A343
Black with #81A343
Text Example
Text Example
White with #81A343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A343; }
p { color: rgb(129,163,67); }
H1.HeaderClassName
{
color: #81A343;
}
.AnyTagClassName
{
color: #81A343;
}
</style>
background-color css
<style>
a { background-color: #81A343; }
a { background-color: rgb(129,163,67); }
div.DivClassName
{
background-color: #81A343;
}
.BgClassName
{
background-color: #81A343;
}
</style>
border-color css
<style>
span { border-color: #81A343; }
span { border-color: rgb(129,163,67); }
td.TdClassName
{
border-color: #81A343;
}
.TagClassName
{
border-color: #81A343;
}
</style>