#a1b375

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

Shades of Olivine #A1B375

Tints of Olivine #A1B375

Color information

#A1B375 (or 0xA1B375) is unknown color: approx Olivine. HEX triplet: A1, B3 and 75. RGB value is (161,179,117). Sum of RGB (Red+Green+Blue) = 161+179+117=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B375 is #5E4C8A. Grayscale: #A6A6A6. Windows color (decimal): -6179979 or 7713697. OLE color: 7713697.

HSL color Cylindrical-coordinate representation of color #A1B375: hue angle of 77.42º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1B375 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB161179117-
CMYK0.1000.350.30
HSL77.42º28.97%58.04%-
HSV(B)77.42º34.64%70.2%-
XYZ34.0341.122.97-
YUV166.55100.04124.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 179 (70.31% from 255) = 39.17%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=35.23%
G=39.17%
B=25.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611791170.1000.350.3077.4228.9758.04
HexA1B375A0231E4d1d3a
Octal24126316512043361153572
Binary101000011011001111101011010010001111110100110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1b375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1b375; }

 p { color: rgb(161,179,117); }

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

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

 a { background-color: rgb(161,179,117); }

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

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

 span { border-color: rgb(161,179,117); }

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