#A4B575

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

Shades of Olivine #A4B575

Tints of Olivine #A4B575

Color information

#A4B575 (or 0xA4B575) is unknown color: approx Olivine. HEX triplet: A4, B5 and 75. RGB value is (164,181,117). Sum of RGB (Red+Green+Blue) = 164+181+117=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B575 is #5B4A8A. Grayscale: #A8A8A8. Windows color (decimal): -5982859 or 7714212. OLE color: 7714212.

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

Color convert

RGB164181117-
CMYK0.0900.350.29
HSL75.94º30.19%58.43%-
HSV(B)75.94º35.36%70.98%-
XYZ35.0442.2223.13-
YUV168.6298.87124.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 181 (71.09% from 255) = 39.18%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=35.50%
G=39.18%
B=25.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641811170.0900.350.2975.9430.1958.43
HexA4B57590231D4c1e3a
Octal24426516511043351143672
Binary101001001011010111101011001010001111101100110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B575; }

 p { color: rgb(164,181,117); }

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

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

 a { background-color: rgb(164,181,117); }

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

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

 span { border-color: rgb(164,181,117); }

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