#A7C679

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

Shades of Caper #A7C679

Tints of Caper #A7C679

Color information

#A7C679 (or 0xA7C679) is unknown color: approx Caper. HEX triplet: A7, C6 and 79. RGB value is (167,198,121). Sum of RGB (Red+Green+Blue) = 167+198+121=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C679 is #583986. Grayscale: #B4B4B4. Windows color (decimal): -5781895 or 7980711. OLE color: 7980711.

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

Color convert

RGB167198121-
CMYK0.1600.390.22
HSL84.16º40.31%62.55%-
HSV(B)84.16º38.89%77.65%-
XYZ39.5849.9825.65-
YUV179.9594.73118.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.36%
GREEN value IS 198 (77.73% from 255) = 40.74%
BLUE value IS 121 (47.66% from 255) = 24.90%
R=34.36%
G=40.74%
B=24.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671981210.1600.390.2284.1640.3162.55
HexA7C679100271654283f
Octal24730617120047261245077
Binary10100111110001101111001100000100111101101010100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C679; }

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

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

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

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

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

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

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

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