#A5C379

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

Shades of Olivine #A5C379

Tints of Olivine #A5C379

Color information

#A5C379 (or 0xA5C379) is unknown color: approx Olivine. HEX triplet: A5, C3 and 79. RGB value is (165,195,121). Sum of RGB (Red+Green+Blue) = 165+195+121=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C379 is #5A3C86. Grayscale: #B1B1B1. Windows color (decimal): -5913735 or 7979941. OLE color: 7979941.

HSL color Cylindrical-coordinate representation of color #A5C379: hue angle of 84.32º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5C379 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB165195121-
CMYK0.1500.380.24
HSL84.32º38.14%61.96%-
HSV(B)84.32º37.95%76.47%-
XYZ38.4848.4125.4-
YUV177.5996.06119.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 195 (76.56% from 255) = 40.54%
BLUE value IS 121 (47.66% from 255) = 25.16%
R=34.30%
G=40.54%
B=25.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951210.1500.380.2484.3238.1461.96
HexA5C379F0261854263e
Octal24530317117046301244676
Binary1010010111000011111100111110100110110001010100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C379; }

 p { color: rgb(165,195,121); }

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

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

 a { background-color: rgb(165,195,121); }

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

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

 span { border-color: rgb(165,195,121); }

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