#A2B670

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

Shades of Olivine #A2B670

Tints of Olivine #A2B670

Color information

#A2B670 (or 0xA2B670) is unknown color: approx Olivine. HEX triplet: A2, B6 and 70. RGB value is (162,182,112). Sum of RGB (Red+Green+Blue) = 162+182+112=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B670 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B670 is #5D498F. Grayscale: #A8A8A8. Windows color (decimal): -6113680 or 7386786. OLE color: 7386786.

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

Color convert

RGB162182112-
CMYK0.1100.380.29
HSL77.14º32.41%57.65%-
HSV(B)77.14º38.46%71.37%-
XYZ34.5542.3121.67-
YUV168.0496.37123.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 182 (71.48% from 255) = 39.91%
BLUE value IS 112 (44.14% from 255) = 24.56%
R=35.53%
G=39.91%
B=24.56%

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
Decimal1621821120.1100.380.2977.1432.4157.65
HexA2B670B0261D4d203a
Octal24226616013046351154072
Binary1010001010110110111000010110100110111011001101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B670; }

 p { color: rgb(162,182,112); }

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

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

 a { background-color: rgb(162,182,112); }

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

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

 span { border-color: rgb(162,182,112); }

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