#A1B680

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

Shades of Olivine #A1B680

Tints of Olivine #A1B680

Color information

#A1B680 (or 0xA1B680) is unknown color: approx Olivine. HEX triplet: A1, B6 and 80. RGB value is (161,182,128). Sum of RGB (Red+Green+Blue) = 161+182+128=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B680 is #5E497F. Grayscale: #A9A9A9. Windows color (decimal): -6179200 or 8435361. OLE color: 8435361.

HSL color Cylindrical-coordinate representation of color #A1B680: hue angle of 83.33º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1B680 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB161182128-
CMYK0.1200.300.29
HSL83.33º27%60.78%-
HSV(B)83.33º29.67%71.37%-
XYZ35.3242.5926.78-
YUV169.56104.54121.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.18%
GREEN value IS 182 (71.48% from 255) = 38.64%
BLUE value IS 128 (50.39% from 255) = 27.18%
R=34.18%
G=38.64%
B=27.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611821280.1200.300.2983.332760.78
HexA1B680C01E1D531b3d
Octal24126620014036351233375
Binary101000011011011010000000110001111011101101001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B680; }

 p { color: rgb(161,182,128); }

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

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

 a { background-color: rgb(161,182,128); }

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

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

 span { border-color: rgb(161,182,128); }

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