Shades of Caper #A6C07A
Tints of Caper #A6C07A
RGB
CMYK
RGB Variations
Color information
#A6C07A (or 0xA6C07A) is known color: Caper. HEX triplet: A6, C0 and 7A. RGB value is (166,192,122). Sum of RGB (Red+Green+Blue) = 166+192+122=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C07A is #593F85. Grayscale: #B0B0B0. Windows color (decimal): -5848966 or 8044710. OLE color: 8044710.
HSL color Cylindrical-coordinate representation of color #A6C07A: hue angle of 82.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6C07A is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 122 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.25 |
| HSL | 82.29º | 0.36% | 0.62% | - |
| HSV(B) | 82.29º | 0.36% | 0.75% | - |
| XYZ | 38.09 | 47.21 | 25.52 | - |
| YUV | 176.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 122 | 0.14 | 0 | 0.36 | 0.25 | 82.29 | 0.36 | 0.62 |
| Hex | A6 | C0 | 7A | E | 0 | 24 | 19 | 52 | 24 | 3E |
| Octal | 246 | 300 | 172 | 16 | 0 | 44 | 31 | 122 | 44 | 76 |
| Binary | 10100110 | 11000000 | 1111010 | 1110 | 0 | 100100 | 11001 | 1010010 | 100100 | 111110 |
Color Harmonies of #A6C07A
Complementary color
Monochromatic Colors of #A6C07A
Black with #A6C07A
Text Example
Text Example
White with #A6C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C07A; }
p { color: rgb(166,192,122); }
H1.HeaderClassName
{
color: #A6C07A;
}
.AnyTagClassName
{
color: #A6C07A;
}
</style>
background-color css
<style>
a { background-color: #A6C07A; }
a { background-color: rgb(166,192,122); }
div.DivClassName
{
background-color: #A6C07A;
}
.BgClassName
{
background-color: #A6C07A;
}
</style>
border-color css
<style>
span { border-color: #A6C07A; }
span { border-color: rgb(166,192,122); }
td.TdClassName
{
border-color: #A6C07A;
}
.TagClassName
{
border-color: #A6C07A;
}
</style>