#A1B570

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

Shades of Olivine #A1B570

Tints of Olivine #A1B570

Color information

#A1B570 (or 0xA1B570) is unknown color: approx Olivine. HEX triplet: A1, B5 and 70. RGB value is (161,181,112). Sum of RGB (Red+Green+Blue) = 161+181+112=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B570 is #5E4A8F. Grayscale: #A7A7A7. Windows color (decimal): -6179472 or 7386529. OLE color: 7386529.

HSL color Cylindrical-coordinate representation of color #A1B570: hue angle of 77.39º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1B570 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB161181112-
CMYK0.1100.380.29
HSL77.39º31.8%57.45%-
HSV(B)77.39º38.12%70.98%-
XYZ34.1541.7921.6-
YUV167.1596.87123.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 181 (71.09% from 255) = 39.87%
BLUE value IS 112 (44.14% from 255) = 24.67%
R=35.46%
G=39.87%
B=24.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611811120.1100.380.2977.3931.857.45
HexA1B570B0261D4d2039
Octal24126516013046351154071
Binary1010000110110101111000010110100110111011001101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B570; }

 p { color: rgb(161,181,112); }

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

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

 a { background-color: rgb(161,181,112); }

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

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

 span { border-color: rgb(161,181,112); }

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