#A0B97D

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

Shades of Olivine #A0B97D

Tints of Olivine #A0B97D

Color information

#A0B97D (or 0xA0B97D) is unknown color: approx Olivine. HEX triplet: A0, B9 and 7D. RGB value is (160,185,125). Sum of RGB (Red+Green+Blue) = 160+185+125=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B97D is #5F4682. Grayscale: #AAAAAA. Windows color (decimal): -6243971 or 8239520. OLE color: 8239520.

HSL color Cylindrical-coordinate representation of color #A0B97D: hue angle of 85º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0B97D is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB160185125-
CMYK0.1400.320.27
HSL85º30%60.78%-
HSV(B)85º32.43%72.55%-
XYZ35.5543.6525.95-
YUV170.68102.22120.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 125 (49.22% from 255) = 26.60%
R=34.04%
G=39.36%
B=26.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601851250.1400.320.27853060.78
HexA0B97DE0201B551e3d
Octal24027117516040331253675
Binary101000001011100111111011110010000011011101010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B97D; }

 p { color: rgb(160,185,125); }

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

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

 a { background-color: rgb(160,185,125); }

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

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

 span { border-color: rgb(160,185,125); }

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