Shades of Sushi #81AB3D
Tints of Sushi #81AB3D
RGB
CMYK
RGB Variations
Color information
#81AB3D (or 0x81AB3D) is known color: Sushi. HEX triplet: 81, AB and 3D. RGB value is (129,171,61). Sum of RGB (Red+Green+Blue) = 129+171+61=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AB3D is #7E54C2. Grayscale: #929292. Windows color (decimal): -8279235 or 4041601. OLE color: 4041601.
HSL color Cylindrical-coordinate representation of color #81AB3D: hue angle of 82.91º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81AB3D is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 61 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.33 |
| HSL | 82.91º | 0.47% | 0.45% | - |
| HSV(B) | 82.91º | 0.64% | 0.67% | - |
| XYZ | 24.46 | 34.13 | 9.71 | - |
| YUV | 145.9 | 80.09 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 61 | 0.25 | 0 | 0.64 | 0.33 | 82.91 | 0.47 | 0.45 |
| Hex | 81 | AB | 3D | 19 | 0 | 40 | 21 | 53 | 2F | 2D |
| Octal | 201 | 253 | 75 | 31 | 0 | 100 | 41 | 123 | 57 | 55 |
| Binary | 10000001 | 10101011 | 111101 | 11001 | 0 | 1000000 | 100001 | 1010011 | 101111 | 101101 |
Color Harmonies of #81AB3D
Complementary color
Monochromatic Colors of #81AB3D
Black with #81AB3D
Text Example
Text Example
White with #81AB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB3D; }
p { color: rgb(129,171,61); }
H1.HeaderClassName
{
color: #81AB3D;
}
.AnyTagClassName
{
color: #81AB3D;
}
</style>
background-color css
<style>
a { background-color: #81AB3D; }
a { background-color: rgb(129,171,61); }
div.DivClassName
{
background-color: #81AB3D;
}
.BgClassName
{
background-color: #81AB3D;
}
</style>
border-color css
<style>
span { border-color: #81AB3D; }
span { border-color: rgb(129,171,61); }
td.TdClassName
{
border-color: #81AB3D;
}
.TagClassName
{
border-color: #81AB3D;
}
</style>