#A0B476

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

Shades of Olivine #A0B476

Tints of Olivine #A0B476

Color information

#A0B476 (or 0xA0B476) is unknown color: approx Olivine. HEX triplet: A0, B4 and 76. RGB value is (160,180,118). Sum of RGB (Red+Green+Blue) = 160+180+118=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B476 is #5F4B89. Grayscale: #A7A7A7. Windows color (decimal): -6245258 or 7779488. OLE color: 7779488.

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

Color convert

RGB160180118-
CMYK0.1100.340.29
HSL79.35º29.25%58.43%-
HSV(B)79.35º34.44%70.59%-
XYZ34.0941.4223.34-
YUV166.95100.37123.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.93%
GREEN value IS 180 (70.70% from 255) = 39.30%
BLUE value IS 118 (46.48% from 255) = 25.76%
R=34.93%
G=39.30%
B=25.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601801180.1100.340.2979.3529.2558.43
HexA0B476B0221D4f1d3a
Octal24026416613042351173572
Binary101000001011010011101101011010001011101100111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B476; }

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

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

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

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

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

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

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

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