Shades of Caper #A7CC74
Tints of Caper #A7CC74
RGB
CMYK
RGB Variations
Color information
#A7CC74 (or 0xA7CC74) is known color: Caper. HEX triplet: A7, CC and 74. RGB value is (167,204,116). Sum of RGB (Red+Green+Blue) = 167+204+116=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CC74 is #58338B. Grayscale: #B7B7B7. Windows color (decimal): -5780364 or 7654567. OLE color: 7654567.
HSL color Cylindrical-coordinate representation of color #A7CC74: hue angle of 85.23º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7CC74 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 204 | 116 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.2 |
| HSL | 85.23º | 0.46% | 0.63% | - |
| HSV(B) | 85.23º | 0.43% | 0.8% | - |
| XYZ | 40.68 | 52.66 | 24.54 | - |
| YUV | 182.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 204 | 116 | 0.18 | 0 | 0.43 | 0.2 | 85.23 | 0.46 | 0.63 |
| Hex | A7 | CC | 74 | 12 | 0 | 2B | 14 | 55 | 2E | 3F |
| Octal | 247 | 314 | 164 | 22 | 0 | 53 | 24 | 125 | 56 | 77 |
| Binary | 10100111 | 11001100 | 1110100 | 10010 | 0 | 101011 | 10100 | 1010101 | 101110 | 111111 |
Color Harmonies of #A7CC74
Complementary color
Monochromatic Colors of #A7CC74
Black with #A7CC74
Text Example
Text Example
White with #A7CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CC74; }
p { color: rgb(167,204,116); }
H1.HeaderClassName
{
color: #A7CC74;
}
.AnyTagClassName
{
color: #A7CC74;
}
</style>
background-color css
<style>
a { background-color: #A7CC74; }
a { background-color: rgb(167,204,116); }
div.DivClassName
{
background-color: #A7CC74;
}
.BgClassName
{
background-color: #A7CC74;
}
</style>
border-color css
<style>
span { border-color: #A7CC74; }
span { border-color: rgb(167,204,116); }
td.TdClassName
{
border-color: #A7CC74;
}
.TagClassName
{
border-color: #A7CC74;
}
</style>