#A5C070

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

Shades of Olivine #A5C070

Tints of Olivine #A5C070

Color information

#A5C070 (or 0xA5C070) is unknown color: approx Olivine. HEX triplet: A5, C0 and 70. RGB value is (165,192,112). Sum of RGB (Red+Green+Blue) = 165+192+112=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C070 is #5A3F8F. Grayscale: #AFAFAF. Windows color (decimal): -5914512 or 7389349. OLE color: 7389349.

HSL color Cylindrical-coordinate representation of color #A5C070: hue angle of 80.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5C070 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB165192112-
CMYK0.1400.420.25
HSL80.25º38.83%59.61%-
HSV(B)80.25º41.67%75.29%-
XYZ37.2946.8722.41-
YUV174.8192.55121-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 192 (75.39% from 255) = 40.94%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=35.18%
G=40.94%
B=23.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651921120.1400.420.2580.2538.8359.61
HexA5C070E02A1950273c
Octal24530016016052311204774
Binary1010010111000000111000011100101010110011010000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C070; }

 p { color: rgb(165,192,112); }

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

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

 a { background-color: rgb(165,192,112); }

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

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

 span { border-color: rgb(165,192,112); }

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