Shades of Caper #A7C07D
Tints of Caper #A7C07D
RGB
CMYK
RGB Variations
Color information
#A7C07D (or 0xA7C07D) is known color: Caper. HEX triplet: A7, C0 and 7D. RGB value is (167,192,125). Sum of RGB (Red+Green+Blue) = 167+192+125=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C07D is #583F82. Grayscale: #B1B1B1. Windows color (decimal): -5783427 or 8241319. OLE color: 8241319.
HSL color Cylindrical-coordinate representation of color #A7C07D: hue angle of 82.39º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7C07D is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 192 | 125 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.25 |
| HSL | 82.39º | 0.35% | 0.62% | - |
| HSV(B) | 82.39º | 0.35% | 0.75% | - |
| XYZ | 38.49 | 47.4 | 26.52 | - |
| YUV | 176.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 125 | 0.13 | 0 | 0.35 | 0.25 | 82.39 | 0.35 | 0.62 |
| Hex | A7 | C0 | 7D | D | 0 | 23 | 19 | 52 | 23 | 3E |
| Octal | 247 | 300 | 175 | 15 | 0 | 43 | 31 | 122 | 43 | 76 |
| Binary | 10100111 | 11000000 | 1111101 | 1101 | 0 | 100011 | 11001 | 1010010 | 100011 | 111110 |
Color Harmonies of #A7C07D
Complementary color
Monochromatic Colors of #A7C07D
Black with #A7C07D
Text Example
Text Example
White with #A7C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C07D; }
p { color: rgb(167,192,125); }
H1.HeaderClassName
{
color: #A7C07D;
}
.AnyTagClassName
{
color: #A7C07D;
}
</style>
background-color css
<style>
a { background-color: #A7C07D; }
a { background-color: rgb(167,192,125); }
div.DivClassName
{
background-color: #A7C07D;
}
.BgClassName
{
background-color: #A7C07D;
}
</style>
border-color css
<style>
span { border-color: #A7C07D; }
span { border-color: rgb(167,192,125); }
td.TdClassName
{
border-color: #A7C07D;
}
.TagClassName
{
border-color: #A7C07D;
}
</style>