#A6BC67

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

Shades of Olivine #A6BC67

Tints of Olivine #A6BC67

Color information

#A6BC67 (or 0xA6BC67) is unknown color: approx Olivine. HEX triplet: A6, BC and 67. RGB value is (166,188,103). Sum of RGB (Red+Green+Blue) = 166+188+103=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BC67 is #594398. Grayscale: #ACACAC. Windows color (decimal): -5850009 or 6798502. OLE color: 6798502.

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

Color convert

RGB166188103-
CMYK0.1200.450.26
HSL75.53º38.81%57.06%-
HSV(B)75.53º45.21%73.73%-
XYZ36.1645.0519.62-
YUV171.7389.21123.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 103 (40.62% from 255) = 22.54%
R=36.32%
G=41.14%
B=22.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661881030.1200.450.2675.5338.8157.06
HexA6BC67C02D1A4c2739
Octal24627414714055321144771
Binary1010011010111100110011111000101101110101001100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC67; }

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

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

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

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

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

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

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

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