#A3CA68

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

Shades of Olivine #A3CA68

Tints of Olivine #A3CA68

Color information

#A3CA68 (or 0xA3CA68) is unknown color: approx Olivine. HEX triplet: A3, CA and 68. RGB value is (163,202,104). Sum of RGB (Red+Green+Blue) = 163+202+104=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA68 is #5C3597. Grayscale: #B3B3B3. Windows color (decimal): -6043032 or 6867619. OLE color: 6867619.

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

Color convert

RGB163202104-
CMYK0.1900.490.21
HSL83.88º48.04%60%-
HSV(B)83.88º48.51%79.22%-
XYZ38.7251.0320.9-
YUV179.1785.58116.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 104 (41.02% from 255) = 22.17%
R=34.75%
G=43.07%
B=22.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632021040.1900.490.2183.8848.0460
HexA3CA68130311554303c
Octal24331215023061251246074
Binary10100011110010101101000100110110001101011010100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CA68; }

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

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

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

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

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

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

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

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