#A1C677

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

Shades of Olivine #A1C677

Tints of Olivine #A1C677

Color information

#A1C677 (or 0xA1C677) is unknown color: approx Olivine. HEX triplet: A1, C6 and 77. RGB value is (161,198,119). Sum of RGB (Red+Green+Blue) = 161+198+119=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C677 is #5E3988. Grayscale: #B2B2B2. Windows color (decimal): -6175113 or 7849633. OLE color: 7849633.

HSL color Cylindrical-coordinate representation of color #A1C677: hue angle of 88.1º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1C677 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB161198119-
CMYK0.1900.400.22
HSL88.1º40.93%62.16%-
HSV(B)88.1º39.9%77.65%-
XYZ38.2249.324.95-
YUV177.9394.74115.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 198 (77.73% from 255) = 41.42%
BLUE value IS 119 (46.88% from 255) = 24.90%
R=33.68%
G=41.42%
B=24.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611981190.1900.400.2288.140.9362.16
HexA1C677130281658293e
Octal24130616723050261305176
Binary10100001110001101110111100110101000101101011000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C677; }

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

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

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

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

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

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

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

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