#A2B675

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

Shades of Olivine #A2B675

Tints of Olivine #A2B675

Color information

#A2B675 (or 0xA2B675) is unknown color: approx Olivine. HEX triplet: A2, B6 and 75. RGB value is (162,182,117). Sum of RGB (Red+Green+Blue) = 162+182+117=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B675 is #5D498A. Grayscale: #A8A8A8. Windows color (decimal): -6113675 or 7714466. OLE color: 7714466.

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

Color convert

RGB162182117-
CMYK0.1100.360.29
HSL78.46º30.81%58.63%-
HSV(B)78.46º35.71%71.37%-
XYZ34.8442.4223.18-
YUV168.6198.87123.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 182 (71.48% from 255) = 39.48%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=35.14%
G=39.48%
B=25.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621821170.1100.360.2978.4630.8158.63
HexA2B675B0241D4e1f3b
Octal24226616513044351163773
Binary101000101011011011101011011010010011101100111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B675; }

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

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

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

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

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

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

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

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