#A3C061

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

Shades of Olivine #A3C061

Tints of Olivine #A3C061

Color information

#A3C061 (or 0xA3C061) is unknown color: approx Olivine. HEX triplet: A3, C0 and 61. RGB value is (163,192,97). Sum of RGB (Red+Green+Blue) = 163+192+97=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C061 is #5C3F9E. Grayscale: #ACACAC. Windows color (decimal): -6045599 or 6406307. OLE color: 6406307.

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

Color convert

RGB16319297-
CMYK0.1500.490.25
HSL78.32º42.99%56.67%-
HSV(B)78.32º49.48%75.29%-
XYZ36.1146.3518.35-
YUV172.585.39121.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 192 (75.39% from 255) = 42.48%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=36.06%
G=42.48%
B=21.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163192970.1500.490.2578.3242.9956.67
HexA3C061F031194e2b39
Octal24330014117061311165371
Binary1010001111000000110000111110110001110011001110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C061; }

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

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

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

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

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

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

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

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