#A3C065

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

Shades of Olivine #A3C065

Tints of Olivine #A3C065

Color information

#A3C065 (or 0xA3C065) is unknown color: approx Olivine. HEX triplet: A3, C0 and 65. RGB value is (163,192,101). Sum of RGB (Red+Green+Blue) = 163+192+101=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C065 is #5C3F9A. Grayscale: #ADADAD. Windows color (decimal): -6045595 or 6668451. OLE color: 6668451.

HSL color Cylindrical-coordinate representation of color #A3C065: hue angle of 79.12º 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 #A3C065 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB163192101-
CMYK0.1500.470.25
HSL79.12º41.94%57.45%-
HSV(B)79.12º47.4%75.29%-
XYZ36.346.4319.36-
YUV172.9687.39120.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 192 (75.39% from 255) = 42.11%
BLUE value IS 101 (39.84% from 255) = 22.15%
R=35.75%
G=42.11%
B=22.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631921010.1500.470.2579.1241.9457.45
HexA3C065F02F194f2a39
Octal24330014517057311175271
Binary1010001111000000110010111110101111110011001111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C065; }

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

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

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

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

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

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

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

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