#A6B973

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

Shades of Olivine #A6B973

Tints of Olivine #A6B973

Color information

#A6B973 (or 0xA6B973) is unknown color: approx Olivine. HEX triplet: A6, B9 and 73. RGB value is (166,185,115). Sum of RGB (Red+Green+Blue) = 166+185+115=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B973 is #59468C. Grayscale: #ABABAB. Windows color (decimal): -5850765 or 7584166. OLE color: 7584166.

HSL color Cylindrical-coordinate representation of color #A6B973: hue angle of 76.29º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6B973 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB166185115-
CMYK0.1000.380.27
HSL76.29º33.33%58.82%-
HSV(B)76.29º37.84%72.55%-
XYZ36.1744.0422.81-
YUV171.3496.21124.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.62%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 115 (45.31% from 255) = 24.68%
R=35.62%
G=39.70%
B=24.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661851150.1000.380.2776.2933.3358.82
HexA6B973A0261B4c213b
Octal24627116312046331144173
Binary1010011010111001111001110100100110110111001100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B973; }

 p { color: rgb(166,185,115); }

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

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

 a { background-color: rgb(166,185,115); }

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

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

 span { border-color: rgb(166,185,115); }

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