#A0BC7F

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

Shades of Olivine #A0BC7F

Tints of Olivine #A0BC7F

Color information

#A0BC7F (or 0xA0BC7F) is unknown color: approx Olivine. HEX triplet: A0, BC and 7F. RGB value is (160,188,127). Sum of RGB (Red+Green+Blue) = 160+188+127=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC7F is #5F4380. Grayscale: #ACACAC. Windows color (decimal): -6243201 or 8371360. OLE color: 8371360.

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

Color convert

RGB160188127-
CMYK0.1500.320.26
HSL87.54º31.28%61.76%-
HSV(B)87.54º32.45%73.73%-
XYZ36.3144.9726.85-
YUV172.67102.22118.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 188 (73.83% from 255) = 39.58%
BLUE value IS 127 (50% from 255) = 26.74%
R=33.68%
G=39.58%
B=26.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601881270.1500.320.2687.5431.2861.76
HexA0BC7FF0201A581f3e
Octal24027417717040321303776
Binary101000001011110011111111111010000011010101100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BC7F; }

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

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

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

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

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

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

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

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