#A5CA79

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

Shades of Olivine #A5CA79

Tints of Olivine #A5CA79

Color information

#A5CA79 (or 0xA5CA79) is unknown color: approx Olivine. HEX triplet: A5, CA and 79. RGB value is (165,202,121). Sum of RGB (Red+Green+Blue) = 165+202+121=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA79 is #5A3586. Grayscale: #B5B5B5. Windows color (decimal): -5911943 or 7981733. OLE color: 7981733.

HSL color Cylindrical-coordinate representation of color #A5CA79: hue angle of 87.41º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5CA79 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB165202121-
CMYK0.1800.400.21
HSL87.41º43.32%63.33%-
HSV(B)87.41º40.1%79.22%-
XYZ40.0951.6225.94-
YUV181.793.74116.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.81%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 121 (47.66% from 255) = 24.80%
R=33.81%
G=41.39%
B=24.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021210.1800.400.2187.4143.3263.33
HexA5CA791202815572b3f
Octal24531217122050251275377
Binary10100101110010101111001100100101000101011010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA79; }

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

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

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

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

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

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

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

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