#A5B771

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

Shades of Olivine #A5B771

Tints of Olivine #A5B771

Color information

#A5B771 (or 0xA5B771) is unknown color: approx Olivine. HEX triplet: A5, B7 and 71. RGB value is (165,183,113). Sum of RGB (Red+Green+Blue) = 165+183+113=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B771 is #5A488E. Grayscale: #A9A9A9. Windows color (decimal): -5916815 or 7452581. OLE color: 7452581.

HSL color Cylindrical-coordinate representation of color #A5B771: hue angle of 75.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5B771 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB165183113-
CMYK0.1000.380.28
HSL75.43º32.71%58.04%-
HSV(B)75.43º38.25%71.76%-
XYZ35.4343.0622.07-
YUV169.6496.04124.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 183 (71.88% from 255) = 39.70%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=35.79%
G=39.70%
B=24.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651831130.1000.380.2875.4332.7158.04
HexA5B771A0261C4b213a
Octal24526716112046341134172
Binary1010010110110111111000110100100110111001001011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B771; }

 p { color: rgb(165,183,113); }

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

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

 a { background-color: rgb(165,183,113); }

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

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

 span { border-color: rgb(165,183,113); }

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