#A7C379

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

Shades of Caper #A7C379

Tints of Caper #A7C379

Color information

#A7C379 (or 0xA7C379) is unknown color: approx Caper. HEX triplet: A7, C3 and 79. RGB value is (167,195,121). Sum of RGB (Red+Green+Blue) = 167+195+121=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C379 is #583C86. Grayscale: #B2B2B2. Windows color (decimal): -5782663 or 7979943. OLE color: 7979943.

HSL color Cylindrical-coordinate representation of color #A7C379: hue angle of 82.7º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7C379 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB167195121-
CMYK0.1400.380.24
HSL82.7º38.14%61.96%-
HSV(B)82.7º37.95%76.47%-
XYZ38.948.6325.42-
YUV178.1995.72120.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.58%
GREEN value IS 195 (76.56% from 255) = 40.37%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=34.58%
G=40.37%
B=25.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671951210.1400.380.2482.738.1461.96
HexA7C379E0261853263e
Octal24730317116046301234676
Binary1010011111000011111100111100100110110001010011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C379; }

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

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

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

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

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

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

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

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