#A1B377

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

Shades of Olivine #A1B377

Tints of Olivine #A1B377

Color information

#A1B377 (or 0xA1B377) is unknown color: approx Olivine. HEX triplet: A1, B3 and 77. RGB value is (161,179,119). Sum of RGB (Red+Green+Blue) = 161+179+119=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B377 is #5E4C88. Grayscale: #A7A7A7. Windows color (decimal): -6179977 or 7844769. OLE color: 7844769.

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

Color convert

RGB161179119-
CMYK0.1000.340.30
HSL78º28.3%58.43%-
HSV(B)78º33.52%70.2%-
XYZ34.1541.1523.6-
YUV166.78101.04123.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 179 (70.31% from 255) = 39.00%
BLUE value IS 119 (46.88% from 255) = 25.93%
R=35.08%
G=39.00%
B=25.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611791190.1000.340.307828.358.43
HexA1B377A0221E4e1c3a
Octal24126316712042361163472
Binary101000011011001111101111010010001011110100111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B377; }

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

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

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

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

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

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

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

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