#A7D795

Color #A7D795 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #A7D795

Tints of Granny Smith Apple #A7D795

Color information

#A7D795 (or 0xA7D795) is unknown color: approx Granny Smith Apple. HEX triplet: A7, D7 and 95. RGB value is (167,215,149). Sum of RGB (Red+Green+Blue) = 167+215+149=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D795 is #58286A. Grayscale: #C1C1C1. Windows color (decimal): -5777515 or 9820071. OLE color: 9820071.

HSL color Cylindrical-coordinate representation of color #A7D795: hue angle of 103.64º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7D795 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB167215149-
CMYK0.2200.310.16
HSL103.64º45.21%71.37%-
HSV(B)103.64º30.7%84.31%-
XYZ45.6658.9937.41-
YUV193.12103.1109.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.45%
GREEN value IS 215 (84.38% from 255) = 40.49%
BLUE value IS 149 (58.59% from 255) = 28.06%
R=31.45%
G=40.49%
B=28.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672151490.2200.310.16103.6445.2171.37
HexA7D7951601F10682d47
Octal247327225260372015055107
Binary101001111101011110010101101100111111000011010001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D795; }

 p { color: rgb(167,215,149); }

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

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

 a { background-color: rgb(167,215,149); }

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

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

 span { border-color: rgb(167,215,149); }

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