Shades of Amulet #74AF65
Tints of Amulet #74AF65
RGB
CMYK
RGB Variations
Color information
#74AF65 (or 0x74AF65) is known color: Amulet. HEX triplet: 74, AF and 65. RGB value is (116,175,101). Sum of RGB (Red+Green+Blue) = 116+175+101=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF65 is #8B509A. Grayscale: #959595. Windows color (decimal): -9130139 or 6664052. OLE color: 6664052.
HSL color Cylindrical-coordinate representation of color #74AF65: hue angle of 107.84º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74AF65 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 101 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.31 |
| HSL | 107.84º | 0.32% | 0.54% | - |
| HSV(B) | 107.84º | 0.42% | 0.69% | - |
| XYZ | 24.88 | 35.31 | 17.82 | - |
| YUV | 148.92 | 100.95 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 101 | 0.34 | 0 | 0.42 | 0.31 | 107.84 | 0.32 | 0.54 |
| Hex | 74 | AF | 65 | 22 | 0 | 2A | 1F | 6C | 20 | 36 |
| Octal | 164 | 257 | 145 | 42 | 0 | 52 | 37 | 154 | 40 | 66 |
| Binary | 1110100 | 10101111 | 1100101 | 100010 | 0 | 101010 | 11111 | 1101100 | 100000 | 110110 |
Color Harmonies of #74AF65
Complementary color
Monochromatic Colors of #74AF65
Black with #74AF65
Text Example
Text Example
White with #74AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF65; }
p { color: rgb(116,175,101); }
H1.HeaderClassName
{
color: #74AF65;
}
.AnyTagClassName
{
color: #74AF65;
}
</style>
background-color css
<style>
a { background-color: #74AF65; }
a { background-color: rgb(116,175,101); }
div.DivClassName
{
background-color: #74AF65;
}
.BgClassName
{
background-color: #74AF65;
}
</style>
border-color css
<style>
span { border-color: #74AF65; }
span { border-color: rgb(116,175,101); }
td.TdClassName
{
border-color: #74AF65;
}
.TagClassName
{
border-color: #74AF65;
}
</style>