#A6C169

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

Shades of Olivine #A6C169

Tints of Olivine #A6C169

Color information

#A6C169 (or 0xA6C169) is unknown color: approx Olivine. HEX triplet: A6, C1 and 69. RGB value is (166,193,105). Sum of RGB (Red+Green+Blue) = 166+193+105=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C169 is #593E96. Grayscale: #AFAFAF. Windows color (decimal): -5848727 or 6930854. OLE color: 6930854.

HSL color Cylindrical-coordinate representation of color #A6C169: hue angle of 78.41º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6C169 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB166193105-
CMYK0.1400.460.24
HSL78.41º41.51%58.43%-
HSV(B)78.41º45.6%75.69%-
XYZ37.3547.2720.52-
YUV174.988.55121.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 193 (75.78% from 255) = 41.59%
BLUE value IS 105 (41.41% from 255) = 22.63%
R=35.78%
G=41.59%
B=22.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661931050.1400.460.2478.4141.5158.43
HexA6C169E02E184e2a3a
Octal24630115116056301165272
Binary1010011011000001110100111100101110110001001110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C169; }

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

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

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

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

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

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

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

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