#A3B975

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

Shades of Olivine #A3B975

Tints of Olivine #A3B975

Color information

#A3B975 (or 0xA3B975) is unknown color: approx Olivine. HEX triplet: A3, B9 and 75. RGB value is (163,185,117). Sum of RGB (Red+Green+Blue) = 163+185+117=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B975 is #5C468A. Grayscale: #AAAAAA. Windows color (decimal): -6047371 or 7715235. OLE color: 7715235.

HSL color Cylindrical-coordinate representation of color #A3B975: hue angle of 79.41º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3B975 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB163185117-
CMYK0.1200.370.27
HSL79.41º32.69%59.22%-
HSV(B)79.41º36.76%72.55%-
XYZ35.6643.7723.4-
YUV170.6797.71122.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 185 (72.66% from 255) = 39.78%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=35.05%
G=39.78%
B=25.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631851170.1200.370.2779.4132.6959.22
HexA3B975C0251B4f213b
Octal24327116514045331174173
Binary1010001110111001111010111000100101110111001111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B975; }

 p { color: rgb(163,185,117); }

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

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

 a { background-color: rgb(163,185,117); }

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

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

 span { border-color: rgb(163,185,117); }

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