#A6C969

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

Shades of Olivine #A6C969

Tints of Olivine #A6C969

Color information

#A6C969 (or 0xA6C969) is unknown color: approx Olivine. HEX triplet: A6, C9 and 69. RGB value is (166,201,105). Sum of RGB (Red+Green+Blue) = 166+201+105=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C969 is #593696. Grayscale: #B3B3B3. Windows color (decimal): -5846679 or 6932902. OLE color: 6932902.

HSL color Cylindrical-coordinate representation of color #A6C969: hue angle of 81.88º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6C969 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB166201105-
CMYK0.1700.480.21
HSL81.88º47.06%60%-
HSV(B)81.88º47.76%78.82%-
XYZ39.1650.921.13-
YUV179.5985.9118.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 201 (78.91% from 255) = 42.58%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=35.17%
G=42.58%
B=22.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662011050.1700.480.2181.8847.0660
HexA6C9691103015522f3c
Octal24631115121060251225774
Binary10100110110010011101001100010110000101011010010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C969; }

 p { color: rgb(166,201,105); }

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

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

 a { background-color: rgb(166,201,105); }

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

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

 span { border-color: rgb(166,201,105); }

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