#A7C774

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

Shades of Caper #A7C774

Tints of Caper #A7C774

Color information

#A7C774 (or 0xA7C774) is unknown color: approx Caper. HEX triplet: A7, C7 and 74. RGB value is (167,199,116). Sum of RGB (Red+Green+Blue) = 167+199+116=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 199 - color contains mainly: green. Hex color #A7C774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C774 is #58388B. Grayscale: #B4B4B4. Windows color (decimal): -5781644 or 7653287. OLE color: 7653287.

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

Color convert

RGB167199116-
CMYK0.1600.420.22
HSL83.13º42.56%61.76%-
HSV(B)83.13º41.71%78.04%-
XYZ39.5150.3224.15-
YUV179.9791.9118.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 199 (78.12% from 255) = 41.29%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=34.65%
G=41.29%
B=24.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671991160.1600.420.2283.1342.5661.76
HexA7C7741002A16532b3e
Octal24730716420052261235376
Binary10100111110001111110100100000101010101101010011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C774; }

 p { color: rgb(167,199,116); }

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

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

 a { background-color: rgb(167,199,116); }

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

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

 span { border-color: rgb(167,199,116); }

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