#A1B37A

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

Shades of Olivine #A1B37A

Tints of Olivine #A1B37A

Color information

#A1B37A (or 0xA1B37A) is unknown color: approx Olivine. HEX triplet: A1, B3 and 7A. RGB value is (161,179,122). Sum of RGB (Red+Green+Blue) = 161+179+122=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B37A is #5E4C85. Grayscale: #A7A7A7. Windows color (decimal): -6179974 or 8041377. OLE color: 8041377.

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

Color convert

RGB161179122-
CMYK0.1000.320.30
HSL78.95º27.27%59.02%-
HSV(B)78.95º31.84%70.2%-
XYZ34.3341.2224.56-
YUV167.12102.54123.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 179 (70.31% from 255) = 38.74%
BLUE value IS 122 (48.05% from 255) = 26.41%
R=34.85%
G=38.74%
B=26.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611791220.1000.320.3078.9527.2759.02
HexA1B37AA0201E4f1b3b
Octal24126317212040361173373
Binary101000011011001111110101010010000011110100111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B37A; }

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

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

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

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

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

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

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

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