Shades of Sushi #81A63C
Tints of Sushi #81A63C
RGB
CMYK
RGB Variations
Color information
#81A63C (or 0x81A63C) is known color: Sushi. HEX triplet: 81, A6 and 3C. RGB value is (129,166,60). Sum of RGB (Red+Green+Blue) = 129+166+60=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 166 - color contains mainly: green. Hex color #81A63C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A63C is #7E59C3. Grayscale: #8F8F8F. Windows color (decimal): -8280516 or 3974785. OLE color: 3974785.
HSL color Cylindrical-coordinate representation of color #81A63C: hue angle of 80.94º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81A63C is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 166 | 60 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.35 |
| HSL | 80.94º | 0.47% | 0.44% | - |
| HSV(B) | 80.94º | 0.64% | 0.65% | - |
| XYZ | 23.51 | 32.27 | 9.26 | - |
| YUV | 142.85 | 81.24 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 166 | 60 | 0.22 | 0 | 0.64 | 0.35 | 80.94 | 0.47 | 0.44 |
| Hex | 81 | A6 | 3C | 16 | 0 | 40 | 23 | 51 | 2F | 2C |
| Octal | 201 | 246 | 74 | 26 | 0 | 100 | 43 | 121 | 57 | 54 |
| Binary | 10000001 | 10100110 | 111100 | 10110 | 0 | 1000000 | 100011 | 1010001 | 101111 | 101100 |
Color Harmonies of #81A63C
Complementary color
Monochromatic Colors of #81A63C
Black with #81A63C
Text Example
Text Example
White with #81A63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A63C; }
p { color: rgb(129,166,60); }
H1.HeaderClassName
{
color: #81A63C;
}
.AnyTagClassName
{
color: #81A63C;
}
</style>
background-color css
<style>
a { background-color: #81A63C; }
a { background-color: rgb(129,166,60); }
div.DivClassName
{
background-color: #81A63C;
}
.BgClassName
{
background-color: #81A63C;
}
</style>
border-color css
<style>
span { border-color: #81A63C; }
span { border-color: rgb(129,166,60); }
td.TdClassName
{
border-color: #81A63C;
}
.TagClassName
{
border-color: #81A63C;
}
</style>