#A6B66F

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

Shades of Olivine #A6B66F

Tints of Olivine #A6B66F

Color information

#A6B66F (or 0xA6B66F) is unknown color: approx Olivine. HEX triplet: A6, B6 and 6F. RGB value is (166,182,111). Sum of RGB (Red+Green+Blue) = 166+182+111=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B66F is #594990. Grayscale: #A9A9A9. Windows color (decimal): -5851537 or 7321254. OLE color: 7321254.

HSL color Cylindrical-coordinate representation of color #A6B66F: hue angle of 73.52º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6B66F is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB166182111-
CMYK0.0900.390.29
HSL73.52º32.72%57.45%-
HSV(B)73.52º39.01%71.37%-
XYZ35.3242.7121.42-
YUV169.1295.2125.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=36.17%
G=39.65%
B=24.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661821110.0900.390.2973.5232.7257.45
HexA6B66F90271D4a2139
Octal24626615711047351124171
Binary1010011010110110110111110010100111111011001010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B66F; }

 p { color: rgb(166,182,111); }

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

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

 a { background-color: rgb(166,182,111); }

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

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

 span { border-color: rgb(166,182,111); }

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