#A3B279

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

Shades of Olivine #A3B279

Tints of Olivine #A3B279

Color information

#A3B279 (or 0xA3B279) is unknown color: approx Olivine. HEX triplet: A3, B2 and 79. RGB value is (163,178,121). Sum of RGB (Red+Green+Blue) = 163+178+121=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B279 is #5C4D86. Grayscale: #A7A7A7. Windows color (decimal): -6049159 or 7975587. OLE color: 7975587.

HSL color Cylindrical-coordinate representation of color #A3B279: hue angle of 75.79º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3B279 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB163178121-
CMYK0.0800.320.30
HSL75.79º27.01%58.63%-
HSV(B)75.79º32.02%69.8%-
XYZ34.4841.0124.19-
YUV167.02102.03125.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 178 (69.92% from 255) = 38.53%
BLUE value IS 121 (47.66% from 255) = 26.19%
R=35.28%
G=38.53%
B=26.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1631781210.0800.320.3075.7927.0158.63
HexA3B27980201E4c1b3b
Octal24326217110040361143373
Binary101000111011001011110011000010000011110100110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B279; }

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

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

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

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

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

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

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

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