#A3B76C

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

Shades of Olivine #A3B76C

Tints of Olivine #A3B76C

Color information

#A3B76C (or 0xA3B76C) is unknown color: approx Olivine. HEX triplet: A3, B7 and 6C. RGB value is (163,183,108). Sum of RGB (Red+Green+Blue) = 163+183+108=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B76C is #5C4893. Grayscale: #A8A8A8. Windows color (decimal): -6047892 or 7124899. OLE color: 7124899.

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

Color convert

RGB163183108-
CMYK0.1100.410.28
HSL76º34.25%57.06%-
HSV(B)76º40.98%71.76%-
XYZ34.7442.7420.61-
YUV168.4793.87124.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 183 (71.88% from 255) = 40.31%
BLUE value IS 108 (42.58% from 255) = 23.79%
R=35.90%
G=40.31%
B=23.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631831080.1100.410.287634.2557.06
HexA3B76CB0291C4c2239
Octal24326715413051341144271
Binary1010001110110111110110010110101001111001001100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B76C; }

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

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

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

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

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

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

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

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