#A0B767

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

Shades of Olivine #A0B767

Tints of Olivine #A0B767

Color information

#A0B767 (or 0xA0B767) is unknown color: approx Olivine. HEX triplet: A0, B7 and 67. RGB value is (160,183,103). Sum of RGB (Red+Green+Blue) = 160+183+103=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B767 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B767 is #5F4898. Grayscale: #A7A7A7. Windows color (decimal): -6244505 or 6797216. OLE color: 6797216.

HSL color Cylindrical-coordinate representation of color #A0B767: hue angle of 77.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0B767 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB160183103-
CMYK0.1300.440.28
HSL77.25º35.71%56.08%-
HSV(B)77.25º43.72%71.76%-
XYZ33.8842.3219.21-
YUV16791.88123-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.87%
GREEN value IS 183 (71.88% from 255) = 41.03%
BLUE value IS 103 (40.62% from 255) = 23.09%
R=35.87%
G=41.03%
B=23.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601831030.1300.440.2877.2535.7156.08
HexA0B767D02C1C4d2438
Octal24026714715054341154470
Binary1010000010110111110011111010101100111001001101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B767; }

 p { color: rgb(160,183,103); }

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

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

 a { background-color: rgb(160,183,103); }

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

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

 span { border-color: rgb(160,183,103); }

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