#A5CA72

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

Shades of Olivine #A5CA72

Tints of Olivine #A5CA72

Color information

#A5CA72 (or 0xA5CA72) is unknown color: approx Olivine. HEX triplet: A5, CA and 72. RGB value is (165,202,114). Sum of RGB (Red+Green+Blue) = 165+202+114=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA72 is #5A358D. Grayscale: #B5B5B5. Windows color (decimal): -5911950 or 7522981. OLE color: 7522981.

HSL color Cylindrical-coordinate representation of color #A5CA72: hue angle of 85.23º 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 #A5CA72 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB165202114-
CMYK0.1800.440.21
HSL85.23º45.36%61.96%-
HSV(B)85.23º43.56%79.22%-
XYZ39.6751.4623.76-
YUV180.990.24116.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 114 (44.92% from 255) = 23.70%
R=34.30%
G=42.00%
B=23.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021140.1800.440.2185.2345.3661.96
HexA5CA721202C15552d3e
Octal24531216222054251255576
Binary10100101110010101110010100100101100101011010101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA72; }

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

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

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

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

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

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

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

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