#A1B77D

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

Shades of Olivine #A1B77D

Tints of Olivine #A1B77D

Color information

#A1B77D (or 0xA1B77D) is unknown color: approx Olivine. HEX triplet: A1, B7 and 7D. RGB value is (161,183,125). Sum of RGB (Red+Green+Blue) = 161+183+125=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B77D is #5E4882. Grayscale: #AAAAAA. Windows color (decimal): -6178947 or 8239009. OLE color: 8239009.

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

Color convert

RGB161183125-
CMYK0.1200.320.28
HSL82.76º28.71%60.39%-
HSV(B)82.76º31.69%71.76%-
XYZ35.3342.9225.83-
YUV169.81102.71121.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 183 (71.88% from 255) = 39.02%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=34.33%
G=39.02%
B=26.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611831250.1200.320.2882.7628.7160.39
HexA1B77DC0201C531d3c
Octal24126717514040341233574
Binary101000011011011111111011100010000011100101001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B77D; }

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

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

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

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

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

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

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

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