Shades of Amulet #74AF6B
Tints of Amulet #74AF6B
RGB
CMYK
RGB Variations
Color information
#74AF6B (or 0x74AF6B) is known color: Amulet. HEX triplet: 74, AF and 6B. RGB value is (116,175,107). Sum of RGB (Red+Green+Blue) = 116+175+107=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF6B is #8B5094. Grayscale: #959595. Windows color (decimal): -9130133 or 7057268. OLE color: 7057268.
HSL color Cylindrical-coordinate representation of color #74AF6B: hue angle of 112.06º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74AF6B is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 107 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.31 |
| HSL | 112.06º | 0.3% | 0.55% | - |
| HSV(B) | 112.06º | 0.39% | 0.69% | - |
| XYZ | 25.19 | 35.43 | 19.42 | - |
| YUV | 149.61 | 103.95 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 107 | 0.34 | 0 | 0.39 | 0.31 | 112.06 | 0.3 | 0.55 |
| Hex | 74 | AF | 6B | 22 | 0 | 27 | 1F | 70 | 1E | 37 |
| Octal | 164 | 257 | 153 | 42 | 0 | 47 | 37 | 160 | 36 | 67 |
| Binary | 1110100 | 10101111 | 1101011 | 100010 | 0 | 100111 | 11111 | 1110000 | 11110 | 110111 |
Color Harmonies of #74AF6B
Complementary color
Monochromatic Colors of #74AF6B
Black with #74AF6B
Text Example
Text Example
White with #74AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF6B; }
p { color: rgb(116,175,107); }
H1.HeaderClassName
{
color: #74AF6B;
}
.AnyTagClassName
{
color: #74AF6B;
}
</style>
background-color css
<style>
a { background-color: #74AF6B; }
a { background-color: rgb(116,175,107); }
div.DivClassName
{
background-color: #74AF6B;
}
.BgClassName
{
background-color: #74AF6B;
}
</style>
border-color css
<style>
span { border-color: #74AF6B; }
span { border-color: rgb(116,175,107); }
td.TdClassName
{
border-color: #74AF6B;
}
.TagClassName
{
border-color: #74AF6B;
}
</style>