#A3B679

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

Shades of Olivine #A3B679

Tints of Olivine #A3B679

Color information

#A3B679 (or 0xA3B679) is unknown color: approx Olivine. HEX triplet: A3, B6 and 79. RGB value is (163,182,121). Sum of RGB (Red+Green+Blue) = 163+182+121=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B679 is #5C4986. Grayscale: #A9A9A9. Windows color (decimal): -6048135 or 7976611. OLE color: 7976611.

HSL color Cylindrical-coordinate representation of color #A3B679: hue angle of 78.69º degrees, saturation: 0.29, 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 #A3B679 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB163182121-
CMYK0.1000.340.29
HSL78.69º29.47%59.41%-
HSV(B)78.69º33.52%71.37%-
XYZ35.2842.6224.46-
YUV169.36100.71123.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.98%
GREEN value IS 182 (71.48% from 255) = 39.06%
BLUE value IS 121 (47.66% from 255) = 25.97%
R=34.98%
G=39.06%
B=25.97%

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
Decimal1631821210.1000.340.2978.6929.4759.41
HexA3B679A0221D4f1d3b
Octal24326617112042351173573
Binary101000111011011011110011010010001011101100111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B679; }

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

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

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

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

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

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

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

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