#A3B275

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

Shades of Olivine #A3B275

Tints of Olivine #A3B275

Color information

#A3B275 (or 0xA3B275) is unknown color: approx Olivine. HEX triplet: A3, B2 and 75. RGB value is (163,178,117). Sum of RGB (Red+Green+Blue) = 163+178+117=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B275 is #5C4D8A. Grayscale: #A6A6A6. Windows color (decimal): -6049163 or 7713443. OLE color: 7713443.

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

Color convert

RGB163178117-
CMYK0.0800.340.30
HSL74.75º28.37%57.84%-
HSV(B)74.75º34.27%69.8%-
XYZ34.2440.9122.92-
YUV166.56100.03125.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 178 (69.92% from 255) = 38.86%
BLUE value IS 117 (46.09% from 255) = 25.55%
R=35.59%
G=38.86%
B=25.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1631781170.0800.340.3074.7528.3757.84
HexA3B27580221E4b1c3a
Octal24326216510042361133472
Binary101000111011001011101011000010001011110100101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B275; }

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

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

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

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

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

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

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

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