#A3B769

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

Shades of Olivine #A3B769

Tints of Olivine #A3B769

Color information

#A3B769 (or 0xA3B769) is unknown color: approx Olivine. HEX triplet: A3, B7 and 69. RGB value is (163,183,105). Sum of RGB (Red+Green+Blue) = 163+183+105=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B769 is #5C4896. Grayscale: #A8A8A8. Windows color (decimal): -6047895 or 6928291. OLE color: 6928291.

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

Color convert

RGB163183105-
CMYK0.1100.430.28
HSL75.38º35.14%56.47%-
HSV(B)75.38º42.62%71.76%-
XYZ34.5942.6719.78-
YUV168.1392.37124.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 183 (71.88% from 255) = 40.58%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=36.14%
G=40.58%
B=23.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631831050.1100.430.2875.3835.1456.47
HexA3B769B02B1C4b2338
Octal24326715113053341134370
Binary1010001110110111110100110110101011111001001011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B769; }

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

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

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

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

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

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

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

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