#A6C065

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

Shades of Olivine #A6C065

Tints of Olivine #A6C065

Color information

#A6C065 (or 0xA6C065) is unknown color: approx Olivine. HEX triplet: A6, C0 and 65. RGB value is (166,192,101). Sum of RGB (Red+Green+Blue) = 166+192+101=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C065 is #593F9A. Grayscale: #AEAEAE. Windows color (decimal): -5848987 or 6668454. OLE color: 6668454.

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

Color convert

RGB166192101-
CMYK0.1400.470.25
HSL77.14º41.94%57.45%-
HSV(B)77.14º47.4%75.29%-
XYZ36.9246.7519.39-
YUV173.8586.89122.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 192 (75.39% from 255) = 41.83%
BLUE value IS 101 (39.84% from 255) = 22.00%
R=36.17%
G=41.83%
B=22.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661921010.1400.470.2577.1441.9457.45
HexA6C065E02F194d2a39
Octal24630014516057311155271
Binary1010011011000000110010111100101111110011001101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C065; }

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

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

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

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

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

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

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

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