#A0B374

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

Shades of Olivine #A0B374

Tints of Olivine #A0B374

Color information

#A0B374 (or 0xA0B374) is unknown color: approx Olivine. HEX triplet: A0, B3 and 74. RGB value is (160,179,116). Sum of RGB (Red+Green+Blue) = 160+179+116=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B374 is #5F4C8B. Grayscale: #A6A6A6. Windows color (decimal): -6245516 or 7648160. OLE color: 7648160.

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

Color convert

RGB160179116-
CMYK0.1100.350.30
HSL78.1º29.3%57.84%-
HSV(B)78.1º35.2%70.2%-
XYZ33.7740.9722.65-
YUV166.1499.71123.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=35.16%
G=39.34%
B=25.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601791160.1100.350.3078.129.357.84
HexA0B374B0231E4e1d3a
Octal24026316413043361163572
Binary101000001011001111101001011010001111110100111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B374; }

 p { color: rgb(160,179,116); }

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

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

 a { background-color: rgb(160,179,116); }

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

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

 span { border-color: rgb(160,179,116); }

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