Shades of Amulet #73AF67
Tints of Amulet #73AF67
RGB
CMYK
RGB Variations
Color information
#73AF67 (or 0x73AF67) is known color: Amulet. HEX triplet: 73, AF and 67. RGB value is (115,175,103). Sum of RGB (Red+Green+Blue) = 115+175+103=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AF67 is #8C5098. Grayscale: #959595. Windows color (decimal): -9195673 or 6795123. OLE color: 6795123.
HSL color Cylindrical-coordinate representation of color #73AF67: hue angle of 110º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73AF67 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 103 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.31 |
| HSL | 110º | 0.31% | 0.55% | - |
| HSV(B) | 110º | 0.41% | 0.69% | - |
| XYZ | 24.85 | 35.28 | 18.33 | - |
| YUV | 148.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 103 | 0.34 | 0 | 0.41 | 0.31 | 110 | 0.31 | 0.55 |
| Hex | 73 | AF | 67 | 22 | 0 | 29 | 1F | 6E | 1F | 37 |
| Octal | 163 | 257 | 147 | 42 | 0 | 51 | 37 | 156 | 37 | 67 |
| Binary | 1110011 | 10101111 | 1100111 | 100010 | 0 | 101001 | 11111 | 1101110 | 11111 | 110111 |
Color Harmonies of #73AF67
Complementary color
Monochromatic Colors of #73AF67
Black with #73AF67
Text Example
Text Example
White with #73AF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF67; }
p { color: rgb(115,175,103); }
H1.HeaderClassName
{
color: #73AF67;
}
.AnyTagClassName
{
color: #73AF67;
}
</style>
background-color css
<style>
a { background-color: #73AF67; }
a { background-color: rgb(115,175,103); }
div.DivClassName
{
background-color: #73AF67;
}
.BgClassName
{
background-color: #73AF67;
}
</style>
border-color css
<style>
span { border-color: #73AF67; }
span { border-color: rgb(115,175,103); }
td.TdClassName
{
border-color: #73AF67;
}
.TagClassName
{
border-color: #73AF67;
}
</style>