#A2B76F

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

Shades of Olivine #A2B76F

Tints of Olivine #A2B76F

Color information

#A2B76F (or 0xA2B76F) is unknown color: approx Olivine. HEX triplet: A2, B7 and 6F. RGB value is (162,183,111). Sum of RGB (Red+Green+Blue) = 162+183+111=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B76F is #5D4890. Grayscale: #A8A8A8. Windows color (decimal): -6113425 or 7321506. OLE color: 7321506.

HSL color Cylindrical-coordinate representation of color #A2B76F: hue angle of 77.5º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2B76F is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB162183111-
CMYK0.1100.390.28
HSL77.5º33.33%57.65%-
HSV(B)77.5º39.34%71.76%-
XYZ34.742.721.45-
YUV168.5195.54123.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 183 (71.88% from 255) = 40.13%
BLUE value IS 111 (43.75% from 255) = 24.34%
R=35.53%
G=40.13%
B=24.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621831110.1100.390.2877.533.3357.65
HexA2B76FB0271C4e213a
Octal24226715713047341164172
Binary1010001010110111110111110110100111111001001110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B76F; }

 p { color: rgb(162,183,111); }

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

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

 a { background-color: rgb(162,183,111); }

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

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

 span { border-color: rgb(162,183,111); }

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