Shades of Gum Leaf #A6C7A8
Tints of Gum Leaf #A6C7A8
RGB
CMYK
RGB Variations
Color information
#A6C7A8 (or 0xA6C7A8) is known color: Gum Leaf. HEX triplet: A6, C7 and A8. RGB value is (166,199,168). Sum of RGB (Red+Green+Blue) = 166+199+168=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C7A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C7A8 is #593857. Grayscale: #B9B9B9. Windows color (decimal): -5847128 or 11061158. OLE color: 11061158.
HSL color Cylindrical-coordinate representation of color #A6C7A8: hue angle of 123.64º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6C7A8 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
RGB | 166 | 199 | 168 | - |
CMYK | 0.17 | 0 | 0.16 | 0.22 |
HSL | 123.64º | 0.23% | 0.72% | - |
HSV(B) | 123.64º | 0.17% | 0.78% | - |
XYZ | 43.22 | 51.78 | 44.76 | - |
YUV | 185.6 | 118.07 | 114.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 199 | 168 | 0.17 | 0 | 0.16 | 0.22 | 123.64 | 0.23 | 0.72 |
Hex | A6 | C7 | A8 | 11 | 0 | 10 | 16 | 7C | 17 | 48 |
Octal | 246 | 307 | 250 | 21 | 0 | 20 | 26 | 174 | 27 | 110 |
Binary | 10100110 | 11000111 | 10101000 | 10001 | 0 | 10000 | 10110 | 1111100 | 10111 | 1001000 |
Color Harmonies of #A6C7A8
Complementary color
Monochromatic Colors of #A6C7A8
Black with #A6C7A8
Text Example
Text Example
White with #A6C7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C7A8; }
p { color: rgb(166,199,168); }
H1.HeaderClassName
{
color: #A6C7A8;
}
.AnyTagClassName
{
color: #A6C7A8;
}
</style>
background-color css
<style>
a { background-color: #A6C7A8; }
a { background-color: rgb(166,199,168); }
div.DivClassName
{
background-color: #A6C7A8;
}
.BgClassName
{
background-color: #A6C7A8;
}
</style>
border-color css
<style>
span { border-color: #A6C7A8; }
span { border-color: rgb(166,199,168); }
td.TdClassName
{
border-color: #A6C7A8;
}
.TagClassName
{
border-color: #A6C7A8;
}
</style>