#A6C66E

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

Shades of Olivine #A6C66E

Tints of Olivine #A6C66E

Color information

#A6C66E (or 0xA6C66E) is unknown color: approx Olivine. HEX triplet: A6, C6 and 6E. RGB value is (166,198,110). Sum of RGB (Red+Green+Blue) = 166+198+110=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C66E is #593991. Grayscale: #B2B2B2. Windows color (decimal): -5847442 or 7259814. OLE color: 7259814.

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

Color convert

RGB166198110-
CMYK0.1600.440.22
HSL81.82º43.56%60.39%-
HSV(B)81.82º44.44%77.65%-
XYZ38.7349.6222.29-
YUV178.489.4119.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.02%
GREEN value IS 198 (77.73% from 255) = 41.77%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=35.02%
G=41.77%
B=23.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661981100.1600.440.2281.8243.5660.39
HexA6C66E1002C16522c3c
Octal24630615620054261225474
Binary10100110110001101101110100000101100101101010010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C66E; }

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

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

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

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

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

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

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

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