#A6C66C

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

Shades of Olivine #A6C66C

Tints of Olivine #A6C66C

Color information

#A6C66C (or 0xA6C66C) is unknown color: approx Olivine. HEX triplet: A6, C6 and 6C. RGB value is (166,198,108). Sum of RGB (Red+Green+Blue) = 166+198+108=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C66C is #593993. Grayscale: #B2B2B2. Windows color (decimal): -5847444 or 7128742. OLE color: 7128742.

HSL color Cylindrical-coordinate representation of color #A6C66C: hue angle of 81.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6C66C is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB166198108-
CMYK0.1600.450.22
HSL81.33º44.12%60%-
HSV(B)81.33º45.45%77.65%-
XYZ38.6349.5821.72-
YUV178.1788.4119.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 198 (77.73% from 255) = 41.95%
BLUE value IS 108 (42.58% from 255) = 22.88%
R=35.17%
G=41.95%
B=22.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661981080.1600.450.2281.3344.1260
HexA6C66C1002D16512c3c
Octal24630615420055261215474
Binary10100110110001101101100100000101101101101010001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C66C; }

 p { color: rgb(166,198,108); }

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

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

 a { background-color: rgb(166,198,108); }

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

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

 span { border-color: rgb(166,198,108); }

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