#A0B77C

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

Shades of Olivine #A0B77C

Tints of Olivine #A0B77C

Color information

#A0B77C (or 0xA0B77C) is unknown color: approx Olivine. HEX triplet: A0, B7 and 7C. RGB value is (160,183,124). Sum of RGB (Red+Green+Blue) = 160+183+124=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B77C is #5F4883. Grayscale: #A9A9A9. Windows color (decimal): -6244484 or 8173472. OLE color: 8173472.

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

Color convert

RGB160183124-
CMYK0.1300.320.28
HSL83.39º29.06%60.2%-
HSV(B)83.39º32.24%71.76%-
XYZ35.0742.825.48-
YUV169.4102.38121.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=34.26%
G=39.19%
B=26.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601831240.1300.320.2883.3929.0660.2
HexA0B77CD0201C531d3c
Octal24026717415040341233574
Binary101000001011011111111001101010000011100101001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B77C; }

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

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

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

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

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

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

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

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