#A6C973

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

Shades of Olivine #A6C973

Tints of Olivine #A6C973

Color information

#A6C973 (or 0xA6C973) is unknown color: approx Olivine. HEX triplet: A6, C9 and 73. RGB value is (166,201,115). Sum of RGB (Red+Green+Blue) = 166+201+115=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C973 is #59368C. Grayscale: #B5B5B5. Windows color (decimal): -5846669 or 7588262. OLE color: 7588262.

HSL color Cylindrical-coordinate representation of color #A6C973: hue angle of 84.42º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6C973 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB166201115-
CMYK0.1700.430.21
HSL84.42º44.33%61.96%-
HSV(B)84.42º42.79%78.82%-
XYZ39.7151.1223.99-
YUV180.7390.9117.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.44%
GREEN value IS 201 (78.91% from 255) = 41.70%
BLUE value IS 115 (45.31% from 255) = 23.86%
R=34.44%
G=41.70%
B=23.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662011150.1700.430.2184.4244.3361.96
HexA6C9731102B15542c3e
Octal24631116321053251245476
Binary10100110110010011110011100010101011101011010100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C973; }

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

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

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

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

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

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

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

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