#A1B76D

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

Shades of Olivine #A1B76D

Tints of Olivine #A1B76D

Color information

#A1B76D (or 0xA1B76D) is unknown color: approx Olivine. HEX triplet: A1, B7 and 6D. RGB value is (161,183,109). Sum of RGB (Red+Green+Blue) = 161+183+109=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B76D is #5E4892. Grayscale: #A8A8A8. Windows color (decimal): -6178963 or 7190433. OLE color: 7190433.

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

Color convert

RGB161183109-
CMYK0.1200.400.28
HSL77.84º33.94%57.25%-
HSV(B)77.84º40.44%71.76%-
XYZ34.3942.5520.87-
YUV167.9994.71123.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 109 (42.97% from 255) = 24.06%
R=35.54%
G=40.40%
B=24.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611831090.1200.400.2877.8433.9457.25
HexA1B76DC0281C4e2239
Octal24126715514050341164271
Binary1010000110110111110110111000101000111001001110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B76D; }

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

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

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

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

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

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

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

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