#A0B479

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

Shades of Olivine #A0B479

Tints of Olivine #A0B479

Color information

#A0B479 (or 0xA0B479) is unknown color: approx Olivine. HEX triplet: A0, B4 and 79. RGB value is (160,180,121). Sum of RGB (Red+Green+Blue) = 160+180+121=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B479 is #5F4B86. Grayscale: #A7A7A7. Windows color (decimal): -6245255 or 7976096. OLE color: 7976096.

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

Color convert

RGB160180121-
CMYK0.1100.330.29
HSL80.34º28.23%59.02%-
HSV(B)80.34º32.78%70.59%-
XYZ34.2741.524.29-
YUV167.29101.87122.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 121 (47.66% from 255) = 26.25%
R=34.71%
G=39.05%
B=26.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601801210.1100.330.2980.3428.2359.02
HexA0B479B0211D501c3b
Octal24026417113041351203473
Binary101000001011010011110011011010000111101101000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B479; }

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

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

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

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

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

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

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

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