#A3CA72

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

Shades of Olivine #A3CA72

Tints of Olivine #A3CA72

Color information

#A3CA72 (or 0xA3CA72) is unknown color: approx Olivine. HEX triplet: A3, CA and 72. RGB value is (163,202,114). Sum of RGB (Red+Green+Blue) = 163+202+114=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA72 is #5C358D. Grayscale: #B4B4B4. Windows color (decimal): -6043022 or 7522979. OLE color: 7522979.

HSL color Cylindrical-coordinate representation of color #A3CA72: hue angle of 86.59º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3CA72 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB163202114-
CMYK0.1900.440.21
HSL86.59º45.36%61.96%-
HSV(B)86.59º43.56%79.22%-
XYZ39.2651.2423.74-
YUV180.3190.58115.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 202 (79.30% from 255) = 42.17%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=34.03%
G=42.17%
B=23.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632021140.1900.440.2186.5945.3661.96
HexA3CA721302C15572d3e
Octal24331216223054251275576
Binary10100011110010101110010100110101100101011010111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CA72; }

 p { color: rgb(163,202,114); }

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

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

 a { background-color: rgb(163,202,114); }

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

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

 span { border-color: rgb(163,202,114); }

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