#A7D76A

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

Shades of Conifer #A7D76A

Tints of Conifer #A7D76A

Color information

#A7D76A (or 0xA7D76A) is unknown color: approx Conifer. HEX triplet: A7, D7 and 6A. RGB value is (167,215,106). Sum of RGB (Red+Green+Blue) = 167+215+106=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D76A is #582895. Grayscale: #BCBCBC. Windows color (decimal): -5777558 or 7002023. OLE color: 7002023.

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

Color convert

RGB167215106-
CMYK0.2200.510.16
HSL86.42º57.67%62.94%-
HSV(B)86.42º50.7%84.31%-
XYZ42.8457.8622.55-
YUV188.2281.6112.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.22%
GREEN value IS 215 (84.38% from 255) = 44.06%
BLUE value IS 106 (41.80% from 255) = 21.72%
R=34.22%
G=44.06%
B=21.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672151060.2200.510.1686.4257.6762.94
HexA7D76A1603310563a3f
Octal24732715226063201267277
Binary10100111110101111101010101100110011100001010110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D76A; }

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

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

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

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

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

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

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

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