#A1B577

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

Shades of Olivine #A1B577

Tints of Olivine #A1B577

Color information

#A1B577 (or 0xA1B577) is unknown color: approx Olivine. HEX triplet: A1, B5 and 77. RGB value is (161,181,119). Sum of RGB (Red+Green+Blue) = 161+181+119=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B577 is #5E4A88. Grayscale: #A8A8A8. Windows color (decimal): -6179465 or 7845281. OLE color: 7845281.

HSL color Cylindrical-coordinate representation of color #A1B577: hue angle of 79.35º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1B577 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB161181119-
CMYK0.1100.340.29
HSL79.35º29.52%58.82%-
HSV(B)79.35º34.25%70.98%-
XYZ34.5541.9623.73-
YUV167.95100.37123.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 181 (71.09% from 255) = 39.26%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=34.92%
G=39.26%
B=25.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611811190.1100.340.2979.3529.5258.82
HexA1B577B0221D4f1e3b
Octal24126516713042351173673
Binary101000011011010111101111011010001011101100111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B577; }

 p { color: rgb(161,181,119); }

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

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

 a { background-color: rgb(161,181,119); }

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

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

 span { border-color: rgb(161,181,119); }

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