#A3B570

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

Shades of Olivine #A3B570

Tints of Olivine #A3B570

Color information

#A3B570 (or 0xA3B570) is unknown color: approx Olivine. HEX triplet: A3, B5 and 70. RGB value is (163,181,112). Sum of RGB (Red+Green+Blue) = 163+181+112=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B570 is #5C4A8F. Grayscale: #A8A8A8. Windows color (decimal): -6048400 or 7386531. OLE color: 7386531.

HSL color Cylindrical-coordinate representation of color #A3B570: hue angle of 75.65º 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 #A3B570 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB163181112-
CMYK0.1000.380.29
HSL75.65º31.8%57.45%-
HSV(B)75.65º38.12%70.98%-
XYZ34.554221.62-
YUV167.7596.54124.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 181 (71.09% from 255) = 39.69%
BLUE value IS 112 (44.14% from 255) = 24.56%
R=35.75%
G=39.69%
B=24.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631811120.1000.380.2975.6531.857.45
HexA3B570A0261D4c2039
Octal24326516012046351144071
Binary1010001110110101111000010100100110111011001100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B570; }

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

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

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

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

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

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

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

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