#A0B575

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

Shades of Olivine #A0B575

Tints of Olivine #A0B575

Color information

#A0B575 (or 0xA0B575) is unknown color: approx Olivine. HEX triplet: A0, B5 and 75. RGB value is (160,181,117). Sum of RGB (Red+Green+Blue) = 160+181+117=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B575 is #5F4A8A. Grayscale: #A7A7A7. Windows color (decimal): -6245003 or 7714208. OLE color: 7714208.

HSL color Cylindrical-coordinate representation of color #A0B575: hue angle of 79.69º 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 #A0B575 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB160181117-
CMYK0.1200.350.29
HSL79.69º30.19%58.43%-
HSV(B)79.69º35.36%70.98%-
XYZ34.2341.8123.09-
YUV167.4299.54122.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.93%
GREEN value IS 181 (71.09% from 255) = 39.52%
BLUE value IS 117 (46.09% from 255) = 25.55%
R=34.93%
G=39.52%
B=25.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601811170.1200.350.2979.6930.1958.43
HexA0B575C0231D501e3a
Octal24026516514043351203672
Binary101000001011010111101011100010001111101101000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B575; }

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

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

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

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

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

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

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

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