#A7C961

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

Shades of Conifer #A7C961

Tints of Conifer #A7C961

Color information

#A7C961 (or 0xA7C961) is unknown color: approx Conifer. HEX triplet: A7, C9 and 61. RGB value is (167,201,97). Sum of RGB (Red+Green+Blue) = 167+201+97=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C961 is #58369E. Grayscale: #B3B3B3. Windows color (decimal): -5781151 or 6408615. OLE color: 6408615.

HSL color Cylindrical-coordinate representation of color #A7C961: hue angle of 79.62º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A7C961 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB16720197-
CMYK0.1700.520.21
HSL79.62º49.06%58.43%-
HSV(B)79.62º51.74%78.82%-
XYZ38.9850.8519.07-
YUV178.9881.74119.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 201 (78.91% from 255) = 43.23%
BLUE value IS 97 (38.28% from 255) = 20.86%
R=35.91%
G=43.23%
B=20.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal167201970.1700.520.2179.6249.0658.43
HexA7C961110341550313a
Octal24731114121064251206172
Binary10100111110010011100001100010110100101011010000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C961; }

 p { color: rgb(167,201,97); }

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

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

 a { background-color: rgb(167,201,97); }

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

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

 span { border-color: rgb(167,201,97); }

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