#A0B76F

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

Shades of Olivine #A0B76F

Tints of Olivine #A0B76F

Color information

#A0B76F (or 0xA0B76F) is unknown color: approx Olivine. HEX triplet: A0, B7 and 6F. RGB value is (160,183,111). Sum of RGB (Red+Green+Blue) = 160+183+111=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B76F is #5F4890. Grayscale: #A8A8A8. Windows color (decimal): -6244497 or 7321504. OLE color: 7321504.

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

Color convert

RGB160183111-
CMYK0.1300.390.28
HSL79.17º33.33%57.65%-
HSV(B)79.17º39.34%71.76%-
XYZ34.342.4921.43-
YUV167.9295.88122.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 183 (71.88% from 255) = 40.31%
BLUE value IS 111 (43.75% from 255) = 24.45%
R=35.24%
G=40.31%
B=24.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601831110.1300.390.2879.1733.3357.65
HexA0B76FD0271C4f213a
Octal24026715715047341174172
Binary1010000010110111110111111010100111111001001111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B76F; }

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

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

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

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

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

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

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

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