Shades of Amulet #6CA561
Tints of Amulet #6CA561
RGB
CMYK
RGB Variations
Color information
#6CA561 (or 0x6CA561) is known color: Amulet. HEX triplet: 6C, A5 and 61. RGB value is (108,165,97). Sum of RGB (Red+Green+Blue) = 108+165+97=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA561 is #935A9E. Grayscale: #8C8C8C. Windows color (decimal): -9656991 or 6399340. OLE color: 6399340.
HSL color Cylindrical-coordinate representation of color #6CA561: hue angle of 110.29º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CA561 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 165 | 97 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.35 |
| HSL | 110.29º | 0.27% | 0.51% | - |
| HSV(B) | 110.29º | 0.41% | 0.65% | - |
| XYZ | 21.8 | 30.96 | 16.14 | - |
| YUV | 140.21 | 103.62 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 165 | 97 | 0.35 | 0 | 0.41 | 0.35 | 110.29 | 0.27 | 0.51 |
| Hex | 6C | A5 | 61 | 23 | 0 | 29 | 23 | 6E | 1B | 33 |
| Octal | 154 | 245 | 141 | 43 | 0 | 51 | 43 | 156 | 33 | 63 |
| Binary | 1101100 | 10100101 | 1100001 | 100011 | 0 | 101001 | 100011 | 1101110 | 11011 | 110011 |
Color Harmonies of #6CA561
Complementary color
Monochromatic Colors of #6CA561
Black with #6CA561
Text Example
Text Example
White with #6CA561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA561; }
p { color: rgb(108,165,97); }
H1.HeaderClassName
{
color: #6CA561;
}
.AnyTagClassName
{
color: #6CA561;
}
</style>
background-color css
<style>
a { background-color: #6CA561; }
a { background-color: rgb(108,165,97); }
div.DivClassName
{
background-color: #6CA561;
}
.BgClassName
{
background-color: #6CA561;
}
</style>
border-color css
<style>
span { border-color: #6CA561; }
span { border-color: rgb(108,165,97); }
td.TdClassName
{
border-color: #6CA561;
}
.TagClassName
{
border-color: #6CA561;
}
</style>