#A1B76A

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

Shades of Olivine #A1B76A

Tints of Olivine #A1B76A

Color information

#A1B76A (or 0xA1B76A) is unknown color: approx Olivine. HEX triplet: A1, B7 and 6A. RGB value is (161,183,106). Sum of RGB (Red+Green+Blue) = 161+183+106=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B76A is #5E4895. Grayscale: #A7A7A7. Windows color (decimal): -6178966 or 6993825. OLE color: 6993825.

HSL color Cylindrical-coordinate representation of color #A1B76A: hue angle of 77.14º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1B76A is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB161183106-
CMYK0.1200.420.28
HSL77.14º34.84%56.67%-
HSV(B)77.14º42.08%71.76%-
XYZ34.2342.4820.03-
YUV167.6493.21123.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 183 (71.88% from 255) = 40.67%
BLUE value IS 106 (41.80% from 255) = 23.56%
R=35.78%
G=40.67%
B=23.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611831060.1200.420.2877.1434.8456.67
HexA1B76AC02A1C4d2339
Octal24126715214052341154371
Binary1010000110110111110101011000101010111001001101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B76A; }

 p { color: rgb(161,183,106); }

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

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

 a { background-color: rgb(161,183,106); }

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

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

 span { border-color: rgb(161,183,106); }

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