#A0B671

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

Shades of Olivine #A0B671

Tints of Olivine #A0B671

Color information

#A0B671 (or 0xA0B671) is unknown color: approx Olivine. HEX triplet: A0, B6 and 71. RGB value is (160,182,113). Sum of RGB (Red+Green+Blue) = 160+182+113=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B671 is #5F498E. Grayscale: #A7A7A7. Windows color (decimal): -6244751 or 7452320. OLE color: 7452320.

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

Color convert

RGB160182113-
CMYK0.1200.380.29
HSL79.13º32.09%57.84%-
HSV(B)79.13º37.91%71.37%-
XYZ34.2142.1221.95-
YUV167.5697.21122.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 113 (44.53% from 255) = 24.84%
R=35.16%
G=40%
B=24.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601821130.1200.380.2979.1332.0957.84
HexA0B671C0261D4f203a
Octal24026616114046351174072
Binary1010000010110110111000111000100110111011001111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B671; }

 p { color: rgb(160,182,113); }

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

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

 a { background-color: rgb(160,182,113); }

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

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

 span { border-color: rgb(160,182,113); }

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