#A2B672

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

Shades of Olivine #A2B672

Tints of Olivine #A2B672

Color information

#A2B672 (or 0xA2B672) is unknown color: approx Olivine. HEX triplet: A2, B6 and 72. RGB value is (162,182,114). Sum of RGB (Red+Green+Blue) = 162+182+114=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B672 is #5D498D. Grayscale: #A8A8A8. Windows color (decimal): -6113678 or 7517858. OLE color: 7517858.

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

Color convert

RGB162182114-
CMYK0.1100.370.29
HSL77.65º31.78%58.04%-
HSV(B)77.65º37.36%71.37%-
XYZ34.6742.3522.27-
YUV168.2797.37123.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.37%
GREEN value IS 182 (71.48% from 255) = 39.74%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=35.37%
G=39.74%
B=24.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621821140.1100.370.2977.6531.7858.04
HexA2B672B0251D4e203a
Octal24226616213045351164072
Binary1010001010110110111001010110100101111011001110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B672; }

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

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

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

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

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

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

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

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