#A0B76D

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

Shades of Olivine #A0B76D

Tints of Olivine #A0B76D

Color information

#A0B76D (or 0xA0B76D) is unknown color: approx Olivine. HEX triplet: A0, B7 and 6D. RGB value is (160,183,109). Sum of RGB (Red+Green+Blue) = 160+183+109=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B76D is #5F4892. Grayscale: #A7A7A7. Windows color (decimal): -6244499 or 7190432. OLE color: 7190432.

HSL color Cylindrical-coordinate representation of color #A0B76D: hue angle of 78.65º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0B76D is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB160183109-
CMYK0.1300.400.28
HSL78.65º33.94%57.25%-
HSV(B)78.65º40.44%71.76%-
XYZ34.1942.4420.86-
YUV167.6994.88122.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.40%
GREEN value IS 183 (71.88% from 255) = 40.49%
BLUE value IS 109 (42.97% from 255) = 24.12%
R=35.40%
G=40.49%
B=24.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601831090.1300.400.2878.6533.9457.25
HexA0B76DD0281C4f2239
Octal24026715515050341174271
Binary1010000010110111110110111010101000111001001111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B76D; }

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

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

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

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

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

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

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

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