#A0B37C

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

Shades of Olivine #A0B37C

Tints of Olivine #A0B37C

Color information

#A0B37C (or 0xA0B37C) is unknown color: approx Olivine. HEX triplet: A0, B3 and 7C. RGB value is (160,179,124). Sum of RGB (Red+Green+Blue) = 160+179+124=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B37C is #5F4C83. Grayscale: #A7A7A7. Windows color (decimal): -6245508 or 8172448. OLE color: 8172448.

HSL color Cylindrical-coordinate representation of color #A0B37C: hue angle of 80.73º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0B37C is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB160179124-
CMYK0.1100.310.30
HSL80.73º26.57%59.41%-
HSV(B)80.73º30.73%70.2%-
XYZ34.2641.1725.21-
YUV167.05103.71122.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 179 (70.31% from 255) = 38.66%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=34.56%
G=38.66%
B=26.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601791240.1100.310.3080.7326.5759.41
HexA0B37CB01F1E511b3b
Octal24026317413037361213373
Binary10100000101100111111100101101111111110101000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B37C; }

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

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

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

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

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

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

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

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