Shades of Amulet #6BA463
Tints of Amulet #6BA463
RGB
CMYK
RGB Variations
Color information
#6BA463 (or 0x6BA463) is known color: Amulet. HEX triplet: 6B, A4 and 63. RGB value is (107,164,99). Sum of RGB (Red+Green+Blue) = 107+164+99=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA463 is #945B9C. Grayscale: #8B8B8B. Windows color (decimal): -9722781 or 6530155. OLE color: 6530155.
HSL color Cylindrical-coordinate representation of color #6BA463: hue angle of 112.62º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BA463 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 99 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.36 |
| HSL | 112.62º | 0.26% | 0.52% | - |
| HSV(B) | 112.62º | 0.4% | 0.64% | - |
| XYZ | 21.59 | 30.58 | 16.57 | - |
| YUV | 139.55 | 105.12 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 99 | 0.35 | 0 | 0.40 | 0.36 | 112.62 | 0.26 | 0.52 |
| Hex | 6B | A4 | 63 | 23 | 0 | 28 | 24 | 71 | 1A | 34 |
| Octal | 153 | 244 | 143 | 43 | 0 | 50 | 44 | 161 | 32 | 64 |
| Binary | 1101011 | 10100100 | 1100011 | 100011 | 0 | 101000 | 100100 | 1110001 | 11010 | 110100 |
Color Harmonies of #6BA463
Complementary color
Monochromatic Colors of #6BA463
Black with #6BA463
Text Example
Text Example
White with #6BA463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA463; }
p { color: rgb(107,164,99); }
H1.HeaderClassName
{
color: #6BA463;
}
.AnyTagClassName
{
color: #6BA463;
}
</style>
background-color css
<style>
a { background-color: #6BA463; }
a { background-color: rgb(107,164,99); }
div.DivClassName
{
background-color: #6BA463;
}
.BgClassName
{
background-color: #6BA463;
}
</style>
border-color css
<style>
span { border-color: #6BA463; }
span { border-color: rgb(107,164,99); }
td.TdClassName
{
border-color: #6BA463;
}
.TagClassName
{
border-color: #6BA463;
}
</style>