#a0bc7a

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

Shades of Olivine #A0BC7A

Tints of Olivine #A0BC7A

Color information

#A0BC7A (or 0xA0BC7A) is unknown color: approx Olivine. HEX triplet: A0, BC and 7A. RGB value is (160,188,122). Sum of RGB (Red+Green+Blue) = 160+188+122=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC7A is #5F4385. Grayscale: #ACACAC. Windows color (decimal): -6243206 or 8043680. OLE color: 8043680.

HSL color Cylindrical-coordinate representation of color #A0BC7A: hue angle of 85.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0BC7A is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB160188122-
CMYK0.1500.350.26
HSL85.45º33%60.78%-
HSV(B)85.45º35.11%73.73%-
XYZ35.9944.8525.17-
YUV172.199.72119.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=34.04%
G=40%
B=25.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601881220.1500.350.2685.453360.78
HexA0BC7AF0231A55213d
Octal24027417217043321254175
Binary1010000010111100111101011110100011110101010101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0bc7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0bc7a; }

 p { color: rgb(160,188,122); }

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

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

 a { background-color: rgb(160,188,122); }

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

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

 span { border-color: rgb(160,188,122); }

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