#A1B77C

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

Shades of Olivine #A1B77C

Tints of Olivine #A1B77C

Color information

#A1B77C (or 0xA1B77C) is unknown color: approx Olivine. HEX triplet: A1, B7 and 7C. RGB value is (161,183,124). Sum of RGB (Red+Green+Blue) = 161+183+124=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B77C is #5E4883. Grayscale: #A9A9A9. Windows color (decimal): -6178948 or 8173473. OLE color: 8173473.

HSL color Cylindrical-coordinate representation of color #A1B77C: hue angle of 82.37º 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 #A1B77C is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB161183124-
CMYK0.1200.320.28
HSL82.37º29.06%60.2%-
HSV(B)82.37º32.24%71.76%-
XYZ35.2742.925.49-
YUV169.7102.21121.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 183 (71.88% from 255) = 39.10%
BLUE value IS 124 (48.83% from 255) = 26.50%
R=34.40%
G=39.10%
B=26.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611831240.1200.320.2882.3729.0660.2
HexA1B77CC0201C521d3c
Octal24126717414040341223574
Binary101000011011011111111001100010000011100101001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B77C; }

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

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

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

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

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

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

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

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