#a3b878

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

Shades of Olivine #A3B878

Tints of Olivine #A3B878

Color information

#A3B878 (or 0xA3B878) is unknown color: approx Olivine. HEX triplet: A3, B8 and 78. RGB value is (163,184,120). Sum of RGB (Red+Green+Blue) = 163+184+120=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B878 is #5C4787. Grayscale: #AAAAAA. Windows color (decimal): -6047624 or 7911587. OLE color: 7911587.

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

Color convert

RGB163184120-
CMYK0.1100.350.28
HSL79.69º31.07%59.61%-
HSV(B)79.69º34.78%72.16%-
XYZ35.6343.4224.27-
YUV170.4299.54122.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 184 (72.27% from 255) = 39.40%
BLUE value IS 120 (47.27% from 255) = 25.70%
R=34.90%
G=39.40%
B=25.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631841200.1100.350.2879.6931.0759.61
HexA3B878B0231C501f3c
Octal24327017013043341203774
Binary101000111011100011110001011010001111100101000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3b878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3b878; }

 p { color: rgb(163,184,120); }

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

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

 a { background-color: rgb(163,184,120); }

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

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

 span { border-color: rgb(163,184,120); }

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