#A6C365

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

Shades of Olivine #A6C365

Tints of Olivine #A6C365

Color information

#A6C365 (or 0xA6C365) is unknown color: approx Olivine. HEX triplet: A6, C3 and 65. RGB value is (166,195,101). Sum of RGB (Red+Green+Blue) = 166+195+101=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C365 is #593C9A. Grayscale: #AFAFAF. Windows color (decimal): -5848219 or 6669222. OLE color: 6669222.

HSL color Cylindrical-coordinate representation of color #A6C365: hue angle of 78.51º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6C365 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB166195101-
CMYK0.1500.480.24
HSL78.51º43.93%58.04%-
HSV(B)78.51º48.21%76.47%-
XYZ37.5948.0819.61-
YUV175.6185.89121.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 195 (76.56% from 255) = 42.21%
BLUE value IS 101 (39.84% from 255) = 21.86%
R=35.93%
G=42.21%
B=21.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661951010.1500.480.2478.5143.9358.04
HexA6C365F030184f2c3a
Octal24630314517060301175472
Binary1010011011000011110010111110110000110001001111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C365; }

 p { color: rgb(166,195,101); }

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

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

 a { background-color: rgb(166,195,101); }

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

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

 span { border-color: rgb(166,195,101); }

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