#A6BC6F

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

Shades of Olivine #A6BC6F

Tints of Olivine #A6BC6F

Color information

#A6BC6F (or 0xA6BC6F) is unknown color: approx Olivine. HEX triplet: A6, BC and 6F. RGB value is (166,188,111). Sum of RGB (Red+Green+Blue) = 166+188+111=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BC6F is #594390. Grayscale: #ACACAC. Windows color (decimal): -5850001 or 7322790. OLE color: 7322790.

HSL color Cylindrical-coordinate representation of color #A6BC6F: hue angle of 77.14º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6BC6F is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB166188111-
CMYK0.1200.410.26
HSL77.14º36.49%58.63%-
HSV(B)77.14º40.96%73.73%-
XYZ36.5845.2221.84-
YUV172.6493.21123.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 111 (43.75% from 255) = 23.87%
R=35.70%
G=40.43%
B=23.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661881110.1200.410.2677.1436.4958.63
HexA6BC6FC0291A4d243b
Octal24627415714051321154473
Binary1010011010111100110111111000101001110101001101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC6F; }

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

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

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

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

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

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

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

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