#A2B679

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

Shades of Olivine #A2B679

Tints of Olivine #A2B679

Color information

#A2B679 (or 0xA2B679) is unknown color: approx Olivine. HEX triplet: A2, B6 and 79. RGB value is (162,182,121). Sum of RGB (Red+Green+Blue) = 162+182+121=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B679 is #5D4986. Grayscale: #A9A9A9. Windows color (decimal): -6113671 or 7976610. OLE color: 7976610.

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

Color convert

RGB162182121-
CMYK0.1100.340.29
HSL79.67º29.47%59.41%-
HSV(B)79.67º33.52%71.37%-
XYZ35.0842.5224.45-
YUV169.07100.87122.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 182 (71.48% from 255) = 39.14%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=34.84%
G=39.14%
B=26.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621821210.1100.340.2979.6729.4759.41
HexA2B679B0221D501d3b
Octal24226617113042351203573
Binary101000101011011011110011011010001011101101000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B679; }

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

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

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

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

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

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

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

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