Shades of Amulet #72B066
Tints of Amulet #72B066
RGB
CMYK
RGB Variations
Color information
#72B066 (or 0x72B066) is known color: Amulet. HEX triplet: 72, B0 and 66. RGB value is (114,176,102). Sum of RGB (Red+Green+Blue) = 114+176+102=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #72B066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B066 is #8D4F99. Grayscale: #959595. Windows color (decimal): -9260954 or 6729842. OLE color: 6729842.
HSL color Cylindrical-coordinate representation of color #72B066: hue angle of 110.27º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72B066 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 176 | 102 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.31 |
| HSL | 110.27º | 0.32% | 0.55% | - |
| HSV(B) | 110.27º | 0.42% | 0.69% | - |
| XYZ | 24.86 | 35.59 | 18.13 | - |
| YUV | 149.03 | 101.46 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 176 | 102 | 0.35 | 0 | 0.42 | 0.31 | 110.27 | 0.32 | 0.55 |
| Hex | 72 | B0 | 66 | 23 | 0 | 2A | 1F | 6E | 20 | 37 |
| Octal | 162 | 260 | 146 | 43 | 0 | 52 | 37 | 156 | 40 | 67 |
| Binary | 1110010 | 10110000 | 1100110 | 100011 | 0 | 101010 | 11111 | 1101110 | 100000 | 110111 |
Color Harmonies of #72B066
Complementary color
Monochromatic Colors of #72B066
Black with #72B066
Text Example
Text Example
White with #72B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B066; }
p { color: rgb(114,176,102); }
H1.HeaderClassName
{
color: #72B066;
}
.AnyTagClassName
{
color: #72B066;
}
</style>
background-color css
<style>
a { background-color: #72B066; }
a { background-color: rgb(114,176,102); }
div.DivClassName
{
background-color: #72B066;
}
.BgClassName
{
background-color: #72B066;
}
</style>
border-color css
<style>
span { border-color: #72B066; }
span { border-color: rgb(114,176,102); }
td.TdClassName
{
border-color: #72B066;
}
.TagClassName
{
border-color: #72B066;
}
</style>