Shades of Caper #A7C07E
Tints of Caper #A7C07E
RGB
CMYK
RGB Variations
Color information
#A7C07E (or 0xA7C07E) is known color: Caper. HEX triplet: A7, C0 and 7E. RGB value is (167,192,126). Sum of RGB (Red+Green+Blue) = 167+192+126=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C07E is #583F81. Grayscale: #B1B1B1. Windows color (decimal): -5783426 or 8306855. OLE color: 8306855.
HSL color Cylindrical-coordinate representation of color #A7C07E: hue angle of 82.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7C07E is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 192 | 126 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.25 |
| HSL | 82.73º | 0.34% | 0.62% | - |
| HSV(B) | 82.73º | 0.34% | 0.75% | - |
| XYZ | 38.55 | 47.42 | 26.86 | - |
| YUV | 177 | 99.22 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 126 | 0.13 | 0 | 0.34 | 0.25 | 82.73 | 0.34 | 0.62 |
| Hex | A7 | C0 | 7E | D | 0 | 22 | 19 | 53 | 22 | 3E |
| Octal | 247 | 300 | 176 | 15 | 0 | 42 | 31 | 123 | 42 | 76 |
| Binary | 10100111 | 11000000 | 1111110 | 1101 | 0 | 100010 | 11001 | 1010011 | 100010 | 111110 |
Color Harmonies of #A7C07E
Complementary color
Monochromatic Colors of #A7C07E
Black with #A7C07E
Text Example
Text Example
White with #A7C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C07E; }
p { color: rgb(167,192,126); }
H1.HeaderClassName
{
color: #A7C07E;
}
.AnyTagClassName
{
color: #A7C07E;
}
</style>
background-color css
<style>
a { background-color: #A7C07E; }
a { background-color: rgb(167,192,126); }
div.DivClassName
{
background-color: #A7C07E;
}
.BgClassName
{
background-color: #A7C07E;
}
</style>
border-color css
<style>
span { border-color: #A7C07E; }
span { border-color: rgb(167,192,126); }
td.TdClassName
{
border-color: #A7C07E;
}
.TagClassName
{
border-color: #A7C07E;
}
</style>