#A6C063

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

Shades of Olivine #A6C063

Tints of Olivine #A6C063

Color information

#A6C063 (or 0xA6C063) is unknown color: approx Olivine. HEX triplet: A6, C0 and 63. RGB value is (166,192,99). Sum of RGB (Red+Green+Blue) = 166+192+99=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C063 is #593F9C. Grayscale: #ADADAD. Windows color (decimal): -5848989 or 6537382. OLE color: 6537382.

HSL color Cylindrical-coordinate representation of color #A6C063: hue angle of 76.77º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6C063 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB16619299-
CMYK0.1400.480.25
HSL76.77º42.47%57.06%-
HSV(B)76.77º48.44%75.29%-
XYZ36.8346.7118.88-
YUV173.6285.89122.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 192 (75.39% from 255) = 42.01%
BLUE value IS 99 (39.06% from 255) = 21.66%
R=36.32%
G=42.01%
B=21.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166192990.1400.480.2576.7742.4757.06
HexA6C063E030194d2a39
Octal24630014316060311155271
Binary1010011011000000110001111100110000110011001101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C063; }

 p { color: rgb(166,192,99); }

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

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

 a { background-color: rgb(166,192,99); }

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

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

 span { border-color: rgb(166,192,99); }

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