#A6C574

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

Shades of Olivine #A6C574

Tints of Olivine #A6C574

Color information

#A6C574 (or 0xA6C574) is unknown color: approx Olivine. HEX triplet: A6, C5 and 74. RGB value is (166,197,116). Sum of RGB (Red+Green+Blue) = 166+197+116=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C574 is #593A8B. Grayscale: #B2B2B2. Windows color (decimal): -5847692 or 7652774. OLE color: 7652774.

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

Color convert

RGB166197116-
CMYK0.1600.410.23
HSL82.96º41.12%61.37%-
HSV(B)82.96º41.12%77.25%-
XYZ38.8449.323.99-
YUV178.592.73119.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 197 (77.34% from 255) = 41.13%
BLUE value IS 116 (45.70% from 255) = 24.22%
R=34.66%
G=41.13%
B=24.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661971160.1600.410.2382.9641.1261.37
HexA6C574100291753293d
Octal24630516420051271235175
Binary10100110110001011110100100000101001101111010011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C574; }

 p { color: rgb(166,197,116); }

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

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

 a { background-color: rgb(166,197,116); }

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

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

 span { border-color: rgb(166,197,116); }

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