Shades of Amulet #81B27B
Tints of Amulet #81B27B
RGB
CMYK
RGB Variations
Color information
#81B27B (or 0x81B27B) is known color: Amulet. HEX triplet: 81, B2 and 7B. RGB value is (129,178,123). Sum of RGB (Red+Green+Blue) = 129+178+123=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #81B27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B27B is #7E4D84. Grayscale: #9D9D9D. Windows color (decimal): -8277381 or 8106625. OLE color: 8106625.
HSL color Cylindrical-coordinate representation of color #81B27B: hue angle of 113.45º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81B27B is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 178 | 123 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.30 |
| HSL | 113.45º | 0.26% | 0.59% | - |
| HSV(B) | 113.45º | 0.31% | 0.7% | - |
| XYZ | 28.55 | 37.94 | 24.56 | - |
| YUV | 157.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 178 | 123 | 0.28 | 0 | 0.31 | 0.30 | 113.45 | 0.26 | 0.59 |
| Hex | 81 | B2 | 7B | 1C | 0 | 1F | 1E | 71 | 1A | 3B |
| Octal | 201 | 262 | 173 | 34 | 0 | 37 | 36 | 161 | 32 | 73 |
| Binary | 10000001 | 10110010 | 1111011 | 11100 | 0 | 11111 | 11110 | 1110001 | 11010 | 111011 |
Color Harmonies of #81B27B
Complementary color
Monochromatic Colors of #81B27B
Black with #81B27B
Text Example
Text Example
White with #81B27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B27B; }
p { color: rgb(129,178,123); }
H1.HeaderClassName
{
color: #81B27B;
}
.AnyTagClassName
{
color: #81B27B;
}
</style>
background-color css
<style>
a { background-color: #81B27B; }
a { background-color: rgb(129,178,123); }
div.DivClassName
{
background-color: #81B27B;
}
.BgClassName
{
background-color: #81B27B;
}
</style>
border-color css
<style>
span { border-color: #81B27B; }
span { border-color: rgb(129,178,123); }
td.TdClassName
{
border-color: #81B27B;
}
.TagClassName
{
border-color: #81B27B;
}
</style>