#a1b07c

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

Shades of Olivine #A1B07C

Tints of Olivine #A1B07C

Color information

#A1B07C (or 0xA1B07C) is unknown color: approx Olivine. HEX triplet: A1, B0 and 7C. RGB value is (161,176,124). Sum of RGB (Red+Green+Blue) = 161+176+124=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B07C is #5E4F83. Grayscale: #A5A5A5. Windows color (decimal): -6180740 or 8171681. OLE color: 8171681.

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

Color convert

RGB161176124-
CMYK0.0900.300.31
HSL77.31º24.76%58.82%-
HSV(B)77.31º29.55%69.02%-
XYZ33.8640.0825.02-
YUV165.59104.53124.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 124 (48.83% from 255) = 26.90%
R=34.92%
G=38.18%
B=26.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611761240.0900.300.3177.3124.7658.82
HexA1B07C901E1F4d193b
Octal24126017411036371153173
Binary10100001101100001111100100101111011111100110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1b07c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1b07c; }

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

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

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

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

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

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

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

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