#A1B773

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

Shades of Olivine #A1B773

Tints of Olivine #A1B773

Color information

#A1B773 (or 0xA1B773) is unknown color: approx Olivine. HEX triplet: A1, B7 and 73. RGB value is (161,183,115). Sum of RGB (Red+Green+Blue) = 161+183+115=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B773 is #5E488C. Grayscale: #A8A8A8. Windows color (decimal): -6178957 or 7583649. OLE color: 7583649.

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

Color convert

RGB161183115-
CMYK0.1200.370.28
HSL79.41º32.08%58.43%-
HSV(B)79.41º37.16%71.76%-
XYZ34.7342.6822.63-
YUV168.6797.71122.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 183 (71.88% from 255) = 39.87%
BLUE value IS 115 (45.31% from 255) = 25.05%
R=35.08%
G=39.87%
B=25.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611831150.1200.370.2879.4132.0858.43
HexA1B773C0251C4f203a
Octal24126716314045341174072
Binary1010000110110111111001111000100101111001001111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B773; }

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

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

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

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

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

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

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

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