#A0BF7C

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

Shades of Olivine #A0BF7C

Tints of Olivine #A0BF7C

Color information

#A0BF7C (or 0xA0BF7C) is unknown color: approx Olivine. HEX triplet: A0, BF and 7C. RGB value is (160,191,124). Sum of RGB (Red+Green+Blue) = 160+191+124=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF7C is #5F4083. Grayscale: #AEAEAE. Windows color (decimal): -6242436 or 8175520. OLE color: 8175520.

HSL color Cylindrical-coordinate representation of color #A0BF7C: hue angle of 87.76º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0BF7C is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB160191124-
CMYK0.1600.350.25
HSL87.76º34.36%61.76%-
HSV(B)87.76º35.08%74.9%-
XYZ36.7746.1926.05-
YUV174.0999.73117.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=33.68%
G=40.21%
B=26.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601911240.1600.350.2587.7634.3661.76
HexA0BF7C100231958223e
Octal24027717420043311304276
Binary10100000101111111111100100000100011110011011000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BF7C; }

 p { color: rgb(160,191,124); }

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

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

 a { background-color: rgb(160,191,124); }

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

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

 span { border-color: rgb(160,191,124); }

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