#a7c569

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

Shades of Olivine #A7C569

Tints of Olivine #A7C569

Color information

#A7C569 (or 0xA7C569) is unknown color: approx Olivine. HEX triplet: A7, C5 and 69. RGB value is (167,197,105). Sum of RGB (Red+Green+Blue) = 167+197+105=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C569 is #583A96. Grayscale: #B1B1B1. Windows color (decimal): -5782167 or 6931879. OLE color: 6931879.

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

Color convert

RGB167197105-
CMYK0.1500.470.23
HSL79.57º44.23%59.22%-
HSV(B)79.57º46.7%77.25%-
XYZ38.4549.1720.83-
YUV177.5487.06120.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 197 (77.34% from 255) = 42.00%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=35.61%
G=42.00%
B=22.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671971050.1500.470.2379.5744.2359.22
HexA7C569F02F17502c3b
Octal24730515117057271205473
Binary1010011111000101110100111110101111101111010000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7c569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7c569; }

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

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

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

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

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

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

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

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