#A0B371

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

Shades of Olivine #A0B371

Tints of Olivine #A0B371

Color information

#A0B371 (or 0xA0B371) is unknown color: approx Olivine. HEX triplet: A0, B3 and 71. RGB value is (160,179,113). Sum of RGB (Red+Green+Blue) = 160+179+113=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B371 is #5F4C8E. Grayscale: #A6A6A6. Windows color (decimal): -6245519 or 7451552. OLE color: 7451552.

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

Color convert

RGB160179113-
CMYK0.1100.370.30
HSL77.27º30.28%57.25%-
HSV(B)77.27º36.87%70.2%-
XYZ33.640.9121.75-
YUV165.898.21123.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.40%
GREEN value IS 179 (70.31% from 255) = 39.60%
BLUE value IS 113 (44.53% from 255) = 25%
R=35.40%
G=39.60%
B=25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601791130.1100.370.3077.2730.2857.25
HexA0B371B0251E4d1e39
Octal24026316113045361153671
Binary101000001011001111100011011010010111110100110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B371; }

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

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

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

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

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

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

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

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