#A7C572

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

Shades of Olivine #A7C572

Tints of Olivine #A7C572

Color information

#A7C572 (or 0xA7C572) is unknown color: approx Olivine. HEX triplet: A7, C5 and 72. RGB value is (167,197,114). Sum of RGB (Red+Green+Blue) = 167+197+114=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C572 is #583A8D. Grayscale: #B2B2B2. Windows color (decimal): -5782158 or 7521703. OLE color: 7521703.

HSL color Cylindrical-coordinate representation of color #A7C572: hue angle of 81.69º degrees, saturation: 0.42, 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 #A7C572 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB167197114-
CMYK0.1500.420.23
HSL81.69º41.71%60.98%-
HSV(B)81.69º42.13%77.25%-
XYZ38.9449.3623.4-
YUV178.5791.56119.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 197 (77.34% from 255) = 41.21%
BLUE value IS 114 (44.92% from 255) = 23.85%
R=34.94%
G=41.21%
B=23.85%

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
Decimal1671971140.1500.420.2381.6941.7160.98
HexA7C572F02A17522a3d
Octal24730516217052271225275
Binary1010011111000101111001011110101010101111010010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C572; }

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

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

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

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

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

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

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

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