#A6BC71

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

Shades of Olivine #A6BC71

Tints of Olivine #A6BC71

Color information

#A6BC71 (or 0xA6BC71) is unknown color: approx Olivine. HEX triplet: A6, BC and 71. RGB value is (166,188,113). Sum of RGB (Red+Green+Blue) = 166+188+113=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BC71 is #59438E. Grayscale: #ADADAD. Windows color (decimal): -5849999 or 7453862. OLE color: 7453862.

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

Color convert

RGB166188113-
CMYK0.1200.400.26
HSL77.6º35.89%59.02%-
HSV(B)77.6º39.89%73.73%-
XYZ36.6945.2722.43-
YUV172.8794.21123.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 113 (44.53% from 255) = 24.20%
R=35.55%
G=40.26%
B=24.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661881130.1200.400.2677.635.8959.02
HexA6BC71C0281A4e243b
Octal24627416114050321164473
Binary1010011010111100111000111000101000110101001110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC71; }

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

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

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

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

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

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

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

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