#A1B17A

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

Shades of Olivine #A1B17A

Tints of Olivine #A1B17A

Color information

#A1B17A (or 0xA1B17A) is unknown color: approx Olivine. HEX triplet: A1, B1 and 7A. RGB value is (161,177,122). Sum of RGB (Red+Green+Blue) = 161+177+122=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B17A is #5E4E85. Grayscale: #A6A6A6. Windows color (decimal): -6180486 or 8040865. OLE color: 8040865.

HSL color Cylindrical-coordinate representation of color #A1B17A: hue angle of 77.45º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1B17A is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB161177122-
CMYK0.0900.310.31
HSL77.45º26.07%58.63%-
HSV(B)77.45º31.07%69.41%-
XYZ33.9340.4324.43-
YUV165.95103.2124.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 177 (69.53% from 255) = 38.48%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=35%
G=38.48%
B=26.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611771220.0900.310.3177.4526.0758.63
HexA1B17A901F1F4d1a3b
Octal24126117211037371153273
Binary10100001101100011111010100101111111111100110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B17A; }

 p { color: rgb(161,177,122); }

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

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

 a { background-color: rgb(161,177,122); }

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

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

 span { border-color: rgb(161,177,122); }

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