#A3B671

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

Shades of Olivine #A3B671

Tints of Olivine #A3B671

Color information

#A3B671 (or 0xA3B671) is unknown color: approx Olivine. HEX triplet: A3, B6 and 71. RGB value is (163,182,113). Sum of RGB (Red+Green+Blue) = 163+182+113=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B671 is #5C498E. Grayscale: #A8A8A8. Windows color (decimal): -6048143 or 7452323. OLE color: 7452323.

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

Color convert

RGB163182113-
CMYK0.1000.380.29
HSL76.52º32.09%57.84%-
HSV(B)76.52º37.91%71.37%-
XYZ34.8142.4321.98-
YUV168.4596.71124.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 182 (71.48% from 255) = 39.74%
BLUE value IS 113 (44.53% from 255) = 24.67%
R=35.59%
G=39.74%
B=24.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631821130.1000.380.2976.5232.0957.84
HexA3B671A0261D4d203a
Octal24326616112046351154072
Binary1010001110110110111000110100100110111011001101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B671; }

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

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

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

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

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

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

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

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