#A7CD75

Color #A7CD75 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #A7CD75

Tints of Caper #A7CD75

Color information

#A7CD75 (or 0xA7CD75) is unknown color: approx Caper. HEX triplet: A7, CD and 75. RGB value is (167,205,117). Sum of RGB (Red+Green+Blue) = 167+205+117=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CD75 is #58328A. Grayscale: #B7B7B7. Windows color (decimal): -5780107 or 7720359. OLE color: 7720359.

HSL color Cylindrical-coordinate representation of color #A7CD75: hue angle of 85.91º degrees, saturation: 0.47, 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 #A7CD75 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB167205117-
CMYK0.1900.430.20
HSL85.91º46.81%63.14%-
HSV(B)85.91º42.93%80.39%-
XYZ40.9853.1624.93-
YUV183.6190.41116.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 34.15%
GREEN value IS 205 (80.47% from 255) = 41.92%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=34.15%
G=41.92%
B=23.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672051170.1900.430.2085.9146.8163.14
HexA7CD751302B14562f3f
Octal24731516523053241265777
Binary10100111110011011110101100110101011101001010110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CD75; }

 p { color: rgb(167,205,117); }

 H1.HeaderClassName
 {
   color: #A7CD75;
 }
 .AnyTagClassName
 {
   color: #A7CD75;
 }
</style>
background-color css

<style>
 a { background-color: #A7CD75; }

 a { background-color: rgb(167,205,117); }

 div.DivClassName
 {
   background-color: #A7CD75;
 }
 .BgClassName
 {
   background-color: #A7CD75;
 }
</style>
border-color css

<style>
 span { border-color: #A7CD75; }

 span { border-color: rgb(167,205,117); }

 td.TdClassName
 {
   border-color: #A7CD75;
 }
 .TagClassName
 {
   border-color: #A7CD75;
 }
</style>