#A3B678

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

Shades of Olivine #A3B678

Tints of Olivine #A3B678

Color information

#A3B678 (or 0xA3B678) is unknown color: approx Olivine. HEX triplet: A3, B6 and 78. RGB value is (163,182,120). Sum of RGB (Red+Green+Blue) = 163+182+120=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B678 is #5C4987. Grayscale: #A9A9A9. Windows color (decimal): -6048136 or 7911075. OLE color: 7911075.

HSL color Cylindrical-coordinate representation of color #A3B678: hue angle of 78.39º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3B678 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB163182120-
CMYK0.1000.340.29
HSL78.39º29.81%59.22%-
HSV(B)78.39º34.07%71.37%-
XYZ35.2242.624.14-
YUV169.25100.21123.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 182 (71.48% from 255) = 39.14%
BLUE value IS 120 (47.27% from 255) = 25.81%
R=35.05%
G=39.14%
B=25.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631821200.1000.340.2978.3929.8159.22
HexA3B678A0221D4e1e3b
Octal24326617012042351163673
Binary101000111011011011110001010010001011101100111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B678; }

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

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

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

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

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

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

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

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