#A5CA77

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

Shades of Olivine #A5CA77

Tints of Olivine #A5CA77

Color information

#A5CA77 (or 0xA5CA77) is unknown color: approx Olivine. HEX triplet: A5, CA and 77. RGB value is (165,202,119). Sum of RGB (Red+Green+Blue) = 165+202+119=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA77 is #5A3588. Grayscale: #B5B5B5. Windows color (decimal): -5911945 or 7850661. OLE color: 7850661.

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

Color convert

RGB165202119-
CMYK0.1800.410.21
HSL86.75º43.92%62.94%-
HSV(B)86.75º41.09%79.22%-
XYZ39.9751.5725.3-
YUV181.4892.74116.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=33.95%
G=41.56%
B=24.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021190.1800.410.2186.7543.9262.94
HexA5CA771202915572c3f
Octal24531216722051251275477
Binary10100101110010101110111100100101001101011010111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA77; }

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

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

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

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

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

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

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

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