#A7C571

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

Shades of Olivine #A7C571

Tints of Olivine #A7C571

Color information

#A7C571 (or 0xA7C571) is unknown color: approx Olivine. HEX triplet: A7, C5 and 71. RGB value is (167,197,113). Sum of RGB (Red+Green+Blue) = 167+197+113=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C571 is #583A8E. Grayscale: #B2B2B2. Windows color (decimal): -5782159 or 7456167. OLE color: 7456167.

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

Color convert

RGB167197113-
CMYK0.1500.430.23
HSL81.43º42%60.78%-
HSV(B)81.43º42.64%77.25%-
XYZ38.8849.3423.1-
YUV178.4591.06119.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.01%
GREEN value IS 197 (77.34% from 255) = 41.30%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=35.01%
G=41.30%
B=23.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671971130.1500.430.2381.434260.78
HexA7C571F02B17512a3d
Octal24730516117053271215275
Binary1010011111000101111000111110101011101111010001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C571; }

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

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

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

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

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

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

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

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