#A3B76D

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

Shades of Olivine #A3B76D

Tints of Olivine #A3B76D

Color information

#A3B76D (or 0xA3B76D) is unknown color: approx Olivine. HEX triplet: A3, B7 and 6D. RGB value is (163,183,109). Sum of RGB (Red+Green+Blue) = 163+183+109=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B76D is #5C4892. Grayscale: #A8A8A8. Windows color (decimal): -6047891 or 7190435. OLE color: 7190435.

HSL color Cylindrical-coordinate representation of color #A3B76D: hue angle of 76.22º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3B76D is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB163183109-
CMYK0.1100.400.28
HSL76.22º33.94%57.25%-
HSV(B)76.22º40.44%71.76%-
XYZ34.842.7620.89-
YUV168.5894.37124.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=35.82%
G=40.22%
B=23.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631831090.1100.400.2876.2233.9457.25
HexA3B76DB0281C4c2239
Octal24326715513050341144271
Binary1010001110110111110110110110101000111001001100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B76D; }

 p { color: rgb(163,183,109); }

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

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

 a { background-color: rgb(163,183,109); }

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

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

 span { border-color: rgb(163,183,109); }

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