Shades of Sushi #81A82C
Tints of Sushi #81A82C
RGB
CMYK
RGB Variations
Color information
#81A82C (or 0x81A82C) is known color: Sushi. HEX triplet: 81, A8 and 2C. RGB value is (129,168,44). Sum of RGB (Red+Green+Blue) = 129+168+44=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #81A82C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A82C is #7E57D3. Grayscale: #8E8E8E. Windows color (decimal): -8280020 or 2926721. OLE color: 2926721.
HSL color Cylindrical-coordinate representation of color #81A82C: hue angle of 78.87º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81A82C is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 168 | 44 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.34 |
| HSL | 78.87º | 0.58% | 0.42% | - |
| HSV(B) | 78.87º | 0.74% | 0.66% | - |
| XYZ | 23.51 | 32.85 | 7.49 | - |
| YUV | 142.2 | 72.58 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 168 | 44 | 0.23 | 0 | 0.74 | 0.34 | 78.87 | 0.58 | 0.42 |
| Hex | 81 | A8 | 2C | 17 | 0 | 4A | 22 | 4F | 3A | 2A |
| Octal | 201 | 250 | 54 | 27 | 0 | 112 | 42 | 117 | 72 | 52 |
| Binary | 10000001 | 10101000 | 101100 | 10111 | 0 | 1001010 | 100010 | 1001111 | 111010 | 101010 |
Color Harmonies of #81A82C
Complementary color
Monochromatic Colors of #81A82C
Black with #81A82C
Text Example
Text Example
White with #81A82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A82C; }
p { color: rgb(129,168,44); }
H1.HeaderClassName
{
color: #81A82C;
}
.AnyTagClassName
{
color: #81A82C;
}
</style>
background-color css
<style>
a { background-color: #81A82C; }
a { background-color: rgb(129,168,44); }
div.DivClassName
{
background-color: #81A82C;
}
.BgClassName
{
background-color: #81A82C;
}
</style>
border-color css
<style>
span { border-color: #81A82C; }
span { border-color: rgb(129,168,44); }
td.TdClassName
{
border-color: #81A82C;
}
.TagClassName
{
border-color: #81A82C;
}
</style>