#A7C771

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

Shades of Olivine #A7C771

Tints of Olivine #A7C771

Color information

#A7C771 (or 0xA7C771) is unknown color: approx Olivine. HEX triplet: A7, C7 and 71. RGB value is (167,199,113). Sum of RGB (Red+Green+Blue) = 167+199+113=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #A7C771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C771 is #58388E. Grayscale: #B3B3B3. Windows color (decimal): -5781647 or 7456679. OLE color: 7456679.

HSL color Cylindrical-coordinate representation of color #A7C771: hue angle of 82.33º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7C771 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB167199113-
CMYK0.1600.430.22
HSL82.33º43.43%61.18%-
HSV(B)82.33º43.22%78.04%-
XYZ39.3450.2523.25-
YUV179.6390.4118.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.86%
GREEN value IS 199 (78.12% from 255) = 41.54%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=34.86%
G=41.54%
B=23.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671991130.1600.430.2282.3343.4361.18
HexA7C7711002B16522b3d
Octal24730716120053261225375
Binary10100111110001111110001100000101011101101010010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C771; }

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

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

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

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

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

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

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

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