#A0B576

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

Shades of Olivine #A0B576

Tints of Olivine #A0B576

Color information

#A0B576 (or 0xA0B576) is unknown color: approx Olivine. HEX triplet: A0, B5 and 76. RGB value is (160,181,118). Sum of RGB (Red+Green+Blue) = 160+181+118=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B576 is #5F4A89. Grayscale: #A7A7A7. Windows color (decimal): -6245002 or 7779744. OLE color: 7779744.

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

Color convert

RGB160181118-
CMYK0.1200.350.29
HSL80º29.86%58.63%-
HSV(B)80º34.81%70.98%-
XYZ34.2941.8323.41-
YUV167.54100.04122.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 118 (46.48% from 255) = 25.71%
R=34.86%
G=39.43%
B=25.71%

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
Decimal1601811180.1200.350.298029.8658.63
HexA0B576C0231D501e3b
Octal24026516614043351203673
Binary101000001011010111101101100010001111101101000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B576; }

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

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

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

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

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

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

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

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