#A3B676

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

Shades of Olivine #A3B676

Tints of Olivine #A3B676

Color information

#A3B676 (or 0xA3B676) is unknown color: approx Olivine. HEX triplet: A3, B6 and 76. RGB value is (163,182,118). Sum of RGB (Red+Green+Blue) = 163+182+118=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B676 is #5C4989. Grayscale: #A9A9A9. Windows color (decimal): -6048138 or 7780003. OLE color: 7780003.

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

Color convert

RGB163182118-
CMYK0.1000.350.29
HSL77.81º30.48%58.82%-
HSV(B)77.81º35.16%71.37%-
XYZ35.142.5523.5-
YUV169.0299.21123.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 182 (71.48% from 255) = 39.31%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=35.21%
G=39.31%
B=25.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631821180.1000.350.2977.8130.4858.82
HexA3B676A0231D4e1e3b
Octal24326616612043351163673
Binary101000111011011011101101010010001111101100111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B676; }

 p { color: rgb(163,182,118); }

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

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

 a { background-color: rgb(163,182,118); }

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

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

 span { border-color: rgb(163,182,118); }

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