#A7C675

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

Shades of Caper #A7C675

Tints of Caper #A7C675

Color information

#A7C675 (or 0xA7C675) is unknown color: approx Caper. HEX triplet: A7, C6 and 75. RGB value is (167,198,117). Sum of RGB (Red+Green+Blue) = 167+198+117=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C675 is #58398A. Grayscale: #B3B3B3. Windows color (decimal): -5781899 or 7718567. OLE color: 7718567.

HSL color Cylindrical-coordinate representation of color #A7C675: hue angle of 82.96º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7C675 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB167198117-
CMYK0.1600.410.22
HSL82.96º41.54%61.76%-
HSV(B)82.96º40.91%77.65%-
XYZ39.3449.8924.39-
YUV179.592.73119.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 198 (77.73% from 255) = 41.08%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=34.65%
G=41.08%
B=24.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671981170.1600.410.2282.9641.5461.76
HexA7C6751002916532a3e
Octal24730616520051261235276
Binary10100111110001101110101100000101001101101010011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C675; }

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

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

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

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

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

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

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

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