#A7C471

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

Shades of Olivine #A7C471

Tints of Olivine #A7C471

Color information

#A7C471 (or 0xA7C471) is unknown color: approx Olivine. HEX triplet: A7, C4 and 71. RGB value is (167,196,113). Sum of RGB (Red+Green+Blue) = 167+196+113=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 196 - color contains mainly: green. Hex color #A7C471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C471 is #583B8E. Grayscale: #B2B2B2. Windows color (decimal): -5782415 or 7455911. OLE color: 7455911.

HSL color Cylindrical-coordinate representation of color #A7C471: hue angle of 80.96º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A7C471 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB167196113-
CMYK0.1500.420.23
HSL80.96º41.29%60.59%-
HSV(B)80.96º42.35%76.86%-
XYZ38.6648.8923.02-
YUV177.8791.39120.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.08%
GREEN value IS 196 (76.95% from 255) = 41.18%
BLUE value IS 113 (44.53% from 255) = 23.74%
R=35.08%
G=41.18%
B=23.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671961130.1500.420.2380.9641.2960.59
HexA7C471F02A1751293d
Octal24730416117052271215175
Binary1010011111000100111000111110101010101111010001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C471; }

 p { color: rgb(167,196,113); }

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

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

 a { background-color: rgb(167,196,113); }

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

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

 span { border-color: rgb(167,196,113); }

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