#A3C06D

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

Shades of Olivine #A3C06D

Tints of Olivine #A3C06D

Color information

#A3C06D (or 0xA3C06D) is unknown color: approx Olivine. HEX triplet: A3, C0 and 6D. RGB value is (163,192,109). Sum of RGB (Red+Green+Blue) = 163+192+109=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C06D is #5C3F92. Grayscale: #AEAEAE. Windows color (decimal): -6045587 or 7192739. OLE color: 7192739.

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

Color convert

RGB163192109-
CMYK0.1500.430.25
HSL80.96º39.71%59.02%-
HSV(B)80.96º43.23%75.29%-
XYZ36.7146.5921.53-
YUV173.8791.39120.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 109 (42.97% from 255) = 23.49%
R=35.13%
G=41.38%
B=23.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631921090.1500.430.2580.9639.7159.02
HexA3C06DF02B1951283b
Octal24330015517053311215073
Binary1010001111000000110110111110101011110011010001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C06D; }

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

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

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

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

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

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

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

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