#A3B374

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

Shades of Olivine #A3B374

Tints of Olivine #A3B374

Color information

#A3B374 (or 0xA3B374) is unknown color: approx Olivine. HEX triplet: A3, B3 and 74. RGB value is (163,179,116). Sum of RGB (Red+Green+Blue) = 163+179+116=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B374 is #5C4C8B. Grayscale: #A7A7A7. Windows color (decimal): -6048908 or 7648163. OLE color: 7648163.

HSL color Cylindrical-coordinate representation of color #A3B374: hue angle of 75.24º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3B374 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB163179116-
CMYK0.0900.350.30
HSL75.24º29.3%57.84%-
HSV(B)75.24º35.2%70.2%-
XYZ34.3841.2922.68-
YUV167.0399.2125.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 179 (70.31% from 255) = 39.08%
BLUE value IS 116 (45.70% from 255) = 25.33%
R=35.59%
G=39.08%
B=25.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1631791160.0900.350.3075.2429.357.84
HexA3B37490231E4b1d3a
Octal24326316411043361133572
Binary101000111011001111101001001010001111110100101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B374; }

 p { color: rgb(163,179,116); }

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

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

 a { background-color: rgb(163,179,116); }

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

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

 span { border-color: rgb(163,179,116); }

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