#A6C96C

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

Shades of Olivine #A6C96C

Tints of Olivine #A6C96C

Color information

#A6C96C (or 0xA6C96C) is unknown color: approx Olivine. HEX triplet: A6, C9 and 6C. RGB value is (166,201,108). Sum of RGB (Red+Green+Blue) = 166+201+108=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C96C is #593693. Grayscale: #B4B4B4. Windows color (decimal): -5846676 or 7129510. OLE color: 7129510.

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

Color convert

RGB166201108-
CMYK0.1700.460.21
HSL82.58º46.27%60.59%-
HSV(B)82.58º46.27%78.82%-
XYZ39.3250.9621.95-
YUV179.9387.4118.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 201 (78.91% from 255) = 42.32%
BLUE value IS 108 (42.58% from 255) = 22.74%
R=34.95%
G=42.32%
B=22.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662011080.1700.460.2182.5846.2760.59
HexA6C96C1102E15532e3d
Octal24631115421056251235675
Binary10100110110010011101100100010101110101011010011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C96C; }

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

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

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

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

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

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

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

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