Shades of Caper #A7C078
Tints of Caper #A7C078
RGB
CMYK
RGB Variations
Color information
#A7C078 (or 0xA7C078) is known color: Caper. HEX triplet: A7, C0 and 78. RGB value is (167,192,120). Sum of RGB (Red+Green+Blue) = 167+192+120=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C078 is #583F87. Grayscale: #B0B0B0. Windows color (decimal): -5783432 or 7913639. OLE color: 7913639.
HSL color Cylindrical-coordinate representation of color #A7C078: hue angle of 80.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7C078 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 192 | 120 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.25 |
| HSL | 80.83º | 0.36% | 0.61% | - |
| HSV(B) | 80.83º | 0.38% | 0.75% | - |
| XYZ | 38.18 | 47.27 | 24.88 | - |
| YUV | 176.32 | 96.22 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 120 | 0.13 | 0 | 0.38 | 0.25 | 80.83 | 0.36 | 0.61 |
| Hex | A7 | C0 | 78 | D | 0 | 26 | 19 | 51 | 24 | 3D |
| Octal | 247 | 300 | 170 | 15 | 0 | 46 | 31 | 121 | 44 | 75 |
| Binary | 10100111 | 11000000 | 1111000 | 1101 | 0 | 100110 | 11001 | 1010001 | 100100 | 111101 |
Color Harmonies of #A7C078
Complementary color
Monochromatic Colors of #A7C078
Black with #A7C078
Text Example
Text Example
White with #A7C078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C078; }
p { color: rgb(167,192,120); }
H1.HeaderClassName
{
color: #A7C078;
}
.AnyTagClassName
{
color: #A7C078;
}
</style>
background-color css
<style>
a { background-color: #A7C078; }
a { background-color: rgb(167,192,120); }
div.DivClassName
{
background-color: #A7C078;
}
.BgClassName
{
background-color: #A7C078;
}
</style>
border-color css
<style>
span { border-color: #A7C078; }
span { border-color: rgb(167,192,120); }
td.TdClassName
{
border-color: #A7C078;
}
.TagClassName
{
border-color: #A7C078;
}
</style>