Shades of Amulet #6BA761
Tints of Amulet #6BA761
RGB
CMYK
RGB Variations
Color information
#6BA761 (or 0x6BA761) is known color: Amulet. HEX triplet: 6B, A7 and 61. RGB value is (107,167,97). Sum of RGB (Red+Green+Blue) = 107+167+97=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #6BA761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA761 is #94589E. Grayscale: #8D8D8D. Windows color (decimal): -9722015 or 6399851. OLE color: 6399851.
HSL color Cylindrical-coordinate representation of color #6BA761: hue angle of 111.43º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BA761 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 167 | 97 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.35 |
| HSL | 111.43º | 0.28% | 0.52% | - |
| HSV(B) | 111.43º | 0.42% | 0.65% | - |
| XYZ | 22.04 | 31.63 | 16.25 | - |
| YUV | 141.08 | 103.12 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 167 | 97 | 0.36 | 0 | 0.42 | 0.35 | 111.43 | 0.28 | 0.52 |
| Hex | 6B | A7 | 61 | 24 | 0 | 2A | 23 | 6F | 1C | 34 |
| Octal | 153 | 247 | 141 | 44 | 0 | 52 | 43 | 157 | 34 | 64 |
| Binary | 1101011 | 10100111 | 1100001 | 100100 | 0 | 101010 | 100011 | 1101111 | 11100 | 110100 |
Color Harmonies of #6BA761
Complementary color
Monochromatic Colors of #6BA761
Black with #6BA761
Text Example
Text Example
White with #6BA761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA761; }
p { color: rgb(107,167,97); }
H1.HeaderClassName
{
color: #6BA761;
}
.AnyTagClassName
{
color: #6BA761;
}
</style>
background-color css
<style>
a { background-color: #6BA761; }
a { background-color: rgb(107,167,97); }
div.DivClassName
{
background-color: #6BA761;
}
.BgClassName
{
background-color: #6BA761;
}
</style>
border-color css
<style>
span { border-color: #6BA761; }
span { border-color: rgb(107,167,97); }
td.TdClassName
{
border-color: #6BA761;
}
.TagClassName
{
border-color: #6BA761;
}
</style>